Skip to content

Commit e22fcd7

Browse files
Fix command substitution syntax in workflow
1 parent f740d74 commit e22fcd7

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 hello_world.txt}"
9+
- run: echo "$(cat hello_world.txt)"

0 commit comments

Comments
 (0)