Skip to content

Commit a5345db

Browse files
author
Kostas Demiris
committed
test: silly network naming
1 parent bc48801 commit a5345db

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

scripts/generate-pr-body.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
set -e
77

88
# Use environment variables directly instead of parameters
9-
NETWORK_NAME="${NETWORK_NAME:-SAMPLE-VALUE}"
10-
MINTSCAN_CHAIN_ID="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
9+
NETWORK_NAME="sdfsdfsdfsdfsdf" #"${NETWORK_NAME:-SAMPLE-VALUE}"
10+
MINTSCAN_CHAIN_ID="sdfsdfsdfsdfsdf" #"${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
1111

1212
# Function to generate Mintscan URLs
1313
generate_mintscan_block_url() {
@@ -41,6 +41,11 @@ LINUX_ARM64_CHECKSUM="${15}"
4141
RUN_NUMBER="${16}"
4242
COMMIT_SHA="${17}"
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)