add keepalive
To prevent cron from being disabled. See https://github.com/gokrazy-community/firmware-rpi/issues/1
This commit is contained in:
parent
f375b56d2f
commit
143aee3c20
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cron.yml
vendored
5
.github/workflows/cron.yml
vendored
|
@ -53,3 +53,8 @@ jobs:
|
|||
with:
|
||||
commit_message: kernel ${{steps.fetch.outputs.version}}
|
||||
tagging_message: v1.0.2-${{steps.fetch.outputs.version}}
|
||||
|
||||
- name: Add blank commit every 55 days to keep cron alive
|
||||
uses: gautamkrishnar/keepalive-workflow@v1
|
||||
with:
|
||||
time_elapsed: 55
|
||||
|
|
Loading…
Reference in a new issue