Skip to content

Hello World!

Hello World! #5889

Workflow file for this run

name: Hello World!
on:
schedule:
- cron: "0 */1 * * *"
jobs:
hello-world:
runs-on: ubuntu-22.04
container:
image: rkrispin/data-pipeline-automation-with-github-actions:prod
steps:
- name: print-hello-world
run: echo "Hello World!"