Skip to content

Commit

Permalink
Update erc-registry-indexer.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Dec 23, 2024
1 parent 4865b10 commit bee6acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/erc-registry-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@ jobs:

- name: Restore Files from Temporary Directory
run: |
ls /tmp/erc-registry/
mkdir -p ./erc-registry
cp -r /tmp/erc-registry/mainnet ./erc-registry/${{ github.event.inputs.HEDERA_NETWORK }}
cp -r /tmp/erc-registry/ ./erc-registry/${{ github.event.inputs.HEDERA_NETWORK }}
ls
# - name: Create Pull Request
Expand Down

0 comments on commit bee6acd

Please sign in to comment.