Skip to content

Commit

Permalink
Update keep-alive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 29, 2024
1 parent 4af827e commit 563ad97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git checkout -b keep-alive
with:
ref: 'keep-alive'
- uses: gautamkrishnar/keepalive-workflow@v1

0 comments on commit 563ad97

Please sign in to comment.