Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Update mail configuration
  • Loading branch information
QuantumEdgeCode authored Nov 11, 2024
1 parent 77f8b0d commit c05e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Send mail'
uses: dawidd6/action-send-mail@master
with:
server_address: smtp.office365.com
server_address: pop.gmail.com
server_port: 587
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
Expand Down

0 comments on commit c05e2ef

Please sign in to comment.