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