File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ jobs:
146146
147147 echo "| Name | Deployment |" >> comment.md
148148 echo "| ---- | ---------- |" >> comment.md
149- echo "| Registry | ["'`'"${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}"'`'"](https://explorer.$ {{ vars.NEAR_CONTRACT_STAGING_NETWORK }}.near.org/accounts /${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}) |" >> comment.md
150- echo "| Default market | ["'`'"${MARKET_ACCOUNT_ID}"'`'"](https://explorer.$ {{ vars.NEAR_CONTRACT_STAGING_NETWORK }}.near.org/accounts /${MARKET_ACCOUNT_ID}) |" >> comment.md
149+ echo "| Registry | ["'`'"${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}"'`'"](https://$([[ \"$ {{ vars.NEAR_CONTRACT_STAGING_NETWORK }}\" == \"testnet\" ]] && echo 'testnet.' || echo '')nearblocks.io/address /${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}) |" >> comment.md
150+ echo "| Default market | ["'`'"${MARKET_ACCOUNT_ID}"'`'"](https://$([[ \"$ {{ vars.NEAR_CONTRACT_STAGING_NETWORK }}\" == \"testnet\" ]] && echo 'testnet.' || echo '')nearblocks.io/address /${MARKET_ACCOUNT_ID}) |" >> comment.md
151151 echo '' >> comment.md
152152 echo "---" >> comment.md
153153 echo '' >> comment.md
You can’t perform that action at this time.
0 commit comments