Skip to content

Commit eab1caa

Browse files
committed
REMOVEME: Add some debug output
1 parent ef4a30a commit eab1caa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-params.yaml

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

1616
- name: Update parameters
17-
run: ./fetch-params.sh mainnet
17+
run: |
18+
./fetch-params.sh mainnet
19+
git status
20+
git diff
1821

0 commit comments

Comments
 (0)