Skip to content

Commit 51761db

Browse files
committed
fix: update fetch block step to source the correct environment file
1 parent e5999ae commit 51761db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Fetch genesis block number
5050
id: fetch_block
5151
run: |
52-
source ./test-stack/.env
52+
source .env
5353
echo "BLOCK=$FORK_BLOCK" >> $GITHUB_OUTPUT
5454
echo "URL=$FORK_URL" >> $GITHUB_OUTPUT
5555

0 commit comments

Comments
 (0)