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 5ee30c1 commit b10a1e8Copy full SHA for b10a1e8
.github/workflows/updatePermitInfo.yml
@@ -38,10 +38,7 @@ jobs:
38
TOKEN_LIST: src/public/${{ format(matrix.tokenList, matrix.chainId) }}
39
run: |
40
if [ -f "${{ env.TOKEN_LIST }}" ]; then
41
- yarn fetchPermitInfo -- ${{ matrix.chainId }} ${{ env.TOKEN_LIST }} ${{ env.RPC_URL }}
42
- else
43
- echo "This did not run. What's on `pwd`?"
44
- echo pwd
+ yarn fetchPermitInfo -- ${{ matrix.chainId }} `pwd`/${{ env.TOKEN_LIST }} ${{ env.RPC_URL }}
45
fi
46
47
- name: Check for changes
0 commit comments