We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef9c11 commit 332bafcCopy full SHA for 332bafc
.github/workflows/update.yml
@@ -7,10 +7,10 @@ on:
7
8
jobs:
9
update:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- name: Check out repository
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Configure Git
15
run: |
16
git config --global user.email "bot@modm.io"
@@ -21,3 +21,12 @@ jobs:
21
- name: Git push
22
23
git push origin master
24
+
25
+ keep-alive:
26
27
+ permissions:
28
+ actions: write
29
+ steps:
30
+ - uses: actions/checkout@v4
31
+ - uses: gautamkrishnar/keepalive-workflow@v2
32
0 commit comments