Skip to content

Hello World

Hello World #10

Workflow file for this run

name: Hello World
on:
push:
branches:
- master
schedule:
- cron: "*/5 * * * *"
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print Hello World
uses: ./.github/actions/greeting
with:
message: "people"