Skip to content

Just the very first fix for hello world #2

Just the very first fix for hello world

Just the very first fix for hello world #2

name: Just a static Hello World!!!
on:
schedule:
cron: * * * * *

Check failure on line 5 in .github/workflows/simple-hello-world.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/simple-hello-world.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: The only single step
id: first-step
run: echo "Hello GitHub Actions World!!!"