Skip to content

Commit 7ed41ec

Browse files
Update pylint.yml
1 parent 5a4c25e commit 7ed41ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
uses: dawidd6/action-send-mail@v3
3535
with:
3636
server_address: smtp.office365.com
37-
server_port: 465
37+
server_port: 587
3838
3939
password: ${{secrets.MAIL_PASSWORD}}
4040
subject: Github Actions job result
4141
4242
4343
# Optional whether this connection use TLS (default is true if server_port is 465)
44-
secure: true
44+
secure: false
4545
body: Build job of ${{github.repository}} completed successfully!
4646
ignore_cert: true
4747
attachments: "*.xml"

0 commit comments

Comments
 (0)