Skip to content

Commit 0b20284

Browse files
committed
Debug
1 parent 0402252 commit 0b20284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
DEPLOYMENT_ID="${{ inputs.network }}-${{ inputs.stage }}"
6565
;;
6666
esac
67+
echo "Deployment id: $DEPLOYMENT_ID"
6768
echo "deployment-id=$DEPLOYMENT_ID" >> $GITHUB_OUTPUT
6869
6970
- uses: actions/checkout@v4
@@ -97,7 +98,7 @@ jobs:
9798
DATASET_REGISTRY_ADDRESS: ${{ vars.DATASET_REGISTRY_ADDRESS }}
9899
# POCO_ADDRESS: '0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f'
99100
# DATASET_REGISTRY_ADDRESS: '0x799DAa22654128d0C64d5b79eac9283008158730'
100-
run: echo "dep id - $DEPLOYMENT_ID." > ignition/deployments/output.log
101+
run: pwd && echo "dep id - $DEPLOYMENT_ID." > ignition/deployments/output.log
101102
# run: |
102103
# DEPLOYMENT_ID="$DEPLOYMENT_ID" \
103104
# npm run deploy -- --network ${{ inputs.network }}

0 commit comments

Comments
 (0)