Skip to content

Commit

Permalink
Keep cronjob alive
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Mar 30, 2024
1 parent 4ef9c11 commit 332bafc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
update:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configure Git
run: |
git config --global user.email "[email protected]"
Expand All @@ -21,3 +21,12 @@ jobs:
- name: Git push
run: |
git push origin master
keep-alive:
runs-on: ubuntu-22.04
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 332bafc

Please sign in to comment.