This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Keepalive Workflow #269
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Keepalive Workflow | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
cronjob-based-github-action: | |
name: Cronjob based github action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: gautamkrishnar/keepalive-workflow@v2 | |
with: | |
commit_message: Commit to keep the runner active | |
time_elapsed: 45 |