Skip to content

Commit 989104d

Browse files
author
Kostas Demiris
committed
test: silly network naming
1 parent 9648bbf commit 989104d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/generate-pr-body.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ COMMIT_SHA="${17}"
4141
NETWORK_NAME="${NETWORK_NAME:-SAMPLE-VALUE}"
4242
MINTSCAN_CHAIN_ID="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
4343

44+
echo "DEBUG: Total parameters received: $#"
45+
echo "DEBUG: All parameters: $@"
46+
echo "DEBUG: NETWORK_NAME: '$NETWORK_NAME'"
47+
echo "DEBUG: MINTSCAN_CHAIN_ID: '$MINTSCAN_CHAIN_ID'"
48+
4449
# Extract proposal number from proposal file path (e.g., "proposals/038-upgrade-v22.json" -> "038")
4550
PROPOSAL_NUMBER=$(basename "$PROPOSAL_FILE" | cut -d'-' -f1)
4651

0 commit comments

Comments
 (0)