Skip to content

Keep this project alive #18

Keep this project alive

Keep this project alive #18

Workflow file for this run

name: Keep this project alive
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
cronjob-based-github-action:
name: Cronjob based github action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - step1
# - step 2
# - step n, use it as the last step
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings