Skip to content

Commit 332bafc

Browse files
committed
Keep cronjob alive
1 parent 4ef9c11 commit 332bafc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/update.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Check out repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Configure Git
1515
run: |
1616
git config --global user.email "bot@modm.io"
@@ -21,3 +21,12 @@ jobs:
2121
- name: Git push
2222
run: |
2323
git push origin master
24+
25+
keep-alive:
26+
runs-on: ubuntu-22.04
27+
permissions:
28+
actions: write
29+
steps:
30+
- uses: actions/checkout@v4
31+
- uses: gautamkrishnar/keepalive-workflow@v2
32+

0 commit comments

Comments
 (0)