Skip to content

Just the very first fix for hello world #1

Just the very first fix for hello world

Just the very first fix for hello world #1

name: Just a static Hello World!!!
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: The only single step
id: first-step
run: echo "Hello GitHub Actions World!!!"