We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334182e commit 9a02005Copy full SHA for 9a02005
.github/workflows/update-params.yaml
@@ -14,5 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Update parameters
17
- run: ./fetch-params.sh mainnet
+ run: |
18
+ env | sort
19
+ ./fetch-params.sh mainnet
20
0 commit comments