Skip to content

Commit

Permalink
ci(keepalive): use keepalive v2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 15, 2024
1 parent 4c046f4 commit 5c58b1e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 3 * * 4'

permissions:
contents: write
actions: write

jobs:
keep-alive:
Expand All @@ -16,11 +16,9 @@ jobs:
steps:

- name: Clone project files
uses: actions/checkout@v3
uses: actions/checkout@v4

# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
# keepalive-workflow keeps GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v2
with:
commit_message: "chore(*): Automated commit to keep the repository active"
time_elapsed: 50

0 comments on commit 5c58b1e

Please sign in to comment.