Skip to content

Keepalive Cron Job #681

Keepalive Cron Job

Keepalive Cron Job #681

Workflow file for this run

name: Keepalive Cron Job
on:
schedule:
- cron: "0 0 * * *"
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