Skip to content

Commit f740d74

Browse files
Fix typo in hello-world.yml file
1 parent b627e1f commit f740d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hello-world.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
steps:
77
- name: check out repo
88
uses: actions/checkout@v4
9-
- run: echo "${cat hell_world.txt}"
9+
- run: echo "${cat hello_world.txt}"

0 commit comments

Comments
 (0)