Skip to content

Github Action with a cronjob trigger #4

Github Action with a cronjob trigger

Github Action with a cronjob trigger #4

name: Github Action with a cronjob trigger
on: 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
with:
commit_message: Empty commit to keep the repo alive
time_elapsed: 0