Keep Alive #740
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: Keep Alive | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
cronjob-based-github-action: | |
name: Cronjob based github action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# commits to the repo if the last commit was 50 days ago to keep the repo alive. | |
- uses: gautamkrishnar/keepalive-workflow@v1 |