Skip to content

Commit 479d0eb

Browse files
committed
Add file with blocks
1 parent 04f01cb commit 479d0eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/replay-blocks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
740000,741000

.github/workflows/vm-replay.yml

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

0 commit comments

Comments
 (0)