Skip to content

Corrected yet another silly mistake #4

Corrected yet another silly mistake

Corrected yet another silly mistake #4

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "$(cat hello_world.txt)"