Skip to content

Commit 04f01cb

Browse files
committed
Remove unnecessary quotation marks
1 parent 40b425a commit 04f01cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm-replay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: parse-blocks
2020
run: |
2121
content=`cat ./blocks.txt`
22-
echo "::set-output name=blocks_list::$(jq 'split(",")' -Rc <(echo '$content'))"
22+
echo "::set-output name=blocks_list::$(jq 'split(",")' -Rc <(echo $content))"
2323
2424
2525
run:

0 commit comments

Comments
 (0)