Skip to content

Commit 8c9945d

Browse files
committed
Fix github action
1 parent 8db7edb commit 8c9945d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: pdm install
2020
- name: Run tests with retry
21-
uses: nick-invision/retry@v3
21+
uses: nick-fields/retry@v2
2222
with:
2323
timeout_minutes: 10
2424
max_attempts: 3
@@ -32,5 +32,5 @@ jobs:
3232
to: ${{ secrets.MAIL_USERNAME }}
3333
from: GitHub
3434
server_address: smtp.gmail.com
35-
server_user: ${{ secrets.MAIL_USERNAME }}
36-
server_password: ${{ secrets.MAIL_PASSWORD }}
35+
username: ${{ secrets.MAIL_USERNAME }}
36+
password: ${{ secrets.MAIL_PASSWORD }}

0 commit comments

Comments
 (0)