We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8539c commit 0b79411Copy full SHA for 0b79411
.github/workflows/save.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Code
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
- name: Setup Python Environment
16
uses: actions/setup-python@v2
@@ -27,3 +27,6 @@ jobs:
27
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
28
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
29
PLAYLISTS_CONFIG: ${{ secrets.PLAYLISTS_CONFIG }}
30
+
31
+ - name: Keepalive
32
+ uses: gautamkrishnar/keepalive-workflow@v1
0 commit comments