Skip to content

Daily Bash Job

Daily Bash Job #1

Workflow file for this run

name: Daily Bash Job
on:
schedule:
- cron: '20 * * * *'
workflow_dispatch:
jobs:
hello-world:
runs-on: [gitops]
steps:
- name: Say Hello
run: echo "Hello World"