From e704b01a870e99120739971acb8c8ef87f0ae64e Mon Sep 17 00:00:00 2001 From: Jie Hou Date: Fri, 16 Feb 2024 01:51:40 -0800 Subject: [PATCH] test --- .github/workflows/auto-deploy-contracts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy-contracts.yaml b/.github/workflows/auto-deploy-contracts.yaml index 2a5eefc5b8..40623f3e74 100644 --- a/.github/workflows/auto-deploy-contracts.yaml +++ b/.github/workflows/auto-deploy-contracts.yaml @@ -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