Skip to content

Commit 7f25dc3

Browse files
committed
REMOVEME: Add some debug output
1 parent 438224a commit 7f25dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-params.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Update parameters
17-
run: ./fetch-params.sh mainnet
17+
run: |
18+
env | sort
19+
./fetch-params.sh mainnet
1820

0 commit comments

Comments
 (0)