Skip to content

Fix typo in hello-world.yml file #2

Fix typo in hello-world.yml file

Fix typo in hello-world.yml file #2

Workflow file for this run

name: hell-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v4
- run: echo "${cat hello_world.txt}"