Skip to content

Commit

Permalink
Update cronjob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Mar 12, 2024
1 parent 1194959 commit bd6113a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Github Action with a cronjob trigger
on:
schedule:
- cron: "0 0 * * *"

permissions:
actions: write
jobs:
cronjob-based-github-action:
name: Cronjob based github action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit bd6113a

Please sign in to comment.