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 d060aa0 commit 3af2a4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/erc-registry-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ jobs:
run: |
ls /tmp/erc-registry/
mkdir -p ./erc-registry
cp -r /tmp/erc-registry/ ./erc-registry/${{ github.event.inputs.HEDERA_NETWORK }}
cp -r /tmp/erc-registry/ ./erc-registry/
- name: Checkout registry
run: |
ls ./erc-registry
# - name: Create Pull Request
Expand Down

0 comments on commit 3af2a4d

Please sign in to comment.