Skip to content

Commit 0b79411

Browse files
authored
Update save.yaml
1 parent ae8539c commit 0b79411

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/save.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Setup Python Environment
1616
uses: actions/setup-python@v2
@@ -27,3 +27,6 @@ jobs:
2727
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
2828
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
2929
PLAYLISTS_CONFIG: ${{ secrets.PLAYLISTS_CONFIG }}
30+
31+
- name: Keepalive
32+
uses: gautamkrishnar/keepalive-workflow@v1

0 commit comments

Comments
 (0)