Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 16, 2024
1 parent cba3f26 commit e704b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- name: Write deployed address to file
run: |
mkdir -p deployments
jq -n '{ "commit": "${{ github.sha }}", "gateway_addr": "$gateway_address", "registry_addr": "$registry_address" }' > deployments/r314159.json
jq -n '{ "commit": "${{ github.sha }}", "gateway_addr": "${gateway_address}", "registry_addr": "${registry_address}" }' > deployments/r314159.json
cat deployments/r314159.json

0 comments on commit e704b01

Please sign in to comment.