We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6761a87 commit 900b4c1Copy full SHA for 900b4c1
.github/workflows/vm-replay.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Parse blocks file
19
id: parse-blocks
20
run: |
21
- content=`cat ./replay-blocks.txt`
+ content=`cat ../replay-blocks.txt`
22
echo "::set-output name=blocks_list::$(jq 'split(",")' -Rc <(echo $content))"
23
24
0 commit comments