Add files via upload

This commit is contained in:
iVAN 2024-01-08 04:09:40 +01:00 committed by GitHub
parent f819431581
commit e5e4a6555c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/workflows/cronjob.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Github Action with a cronjob trigger
on:
schedule:
- cron: "0 0 * * *"
jobs:
cronjob-based-github-action:
name: Cronjob based github action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings