Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbaa815 authored Aug 2, 2024
1 parent 00d93a7 commit e5995a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
with:
server_address: smtp.gmail.com
server_port: 587
username: ${{ secrets.EMAIL_USERNAME }}
password: ${{ secrets.EMAIL_PASSWORD }}
subject: Commit Notification
to: ${{ secrets.EMAIL_TO }}
from: ${{ secrets.EMAIL_USERNAME }}
body: |
A new commit has been made to the repository on branch ${{ github.ref }}.
Commit message: ${{ github.event.head_commit.message }}
Expand Down

0 comments on commit e5995a6

Please sign in to comment.