Skip to content

Commit

Permalink
fix: fix token list path
Browse files Browse the repository at this point in the history
Due to a limitation in the script, the full path is required
  • Loading branch information
alfetopito committed Dec 19, 2024
1 parent 5ee30c1 commit b10a1e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/updatePermitInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
TOKEN_LIST: src/public/${{ format(matrix.tokenList, matrix.chainId) }}
run: |
if [ -f "${{ env.TOKEN_LIST }}" ]; then
yarn fetchPermitInfo -- ${{ matrix.chainId }} ${{ env.TOKEN_LIST }} ${{ env.RPC_URL }}
else
echo "This did not run. What's on `pwd`?"
echo pwd
yarn fetchPermitInfo -- ${{ matrix.chainId }} `pwd`/${{ env.TOKEN_LIST }} ${{ env.RPC_URL }}
fi
- name: Check for changes
Expand Down

0 comments on commit b10a1e8

Please sign in to comment.