We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dea0d commit 00590e2Copy full SHA for 00590e2
.github/workflows/keep_alive.yaml
@@ -15,4 +15,5 @@ jobs:
15
uses: PhrozenByte/gh-workflow-immortality@v1
16
with:
17
secret: ${{ secrets.KEEP_ALIVE_TOKEN }}
18
- repos: ${{ github.repository }}
+ repos: |
19
+ ${{ github.repository }}
0 commit comments