We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb7c8e commit 2ee1835Copy full SHA for 2ee1835
scripts/generate_identifier.sh
@@ -88,8 +88,9 @@ if [ -z "$AWS_RESOURCE_IDENTIFIER" ]; then
88
GITHUB_IDENTIFIER="$(shorten_identifier ${GITHUB_IDENTIFIER} $1)"
89
else
90
GITHUB_IDENTIFIER="$AWS_RESOURCE_IDENTIFIER"
91
+ GITHUB_IDENTIFIER="$(shorten_identifier ${GITHUB_IDENTIFIER} $1)"
92
fi
93
94
GITHUB_IDENTIFIER=$(echo $GITHUB_IDENTIFIER | tr '[:upper:]' '[:lower:]' | tr '_' '-' | tr '/' '-')
95
-echo "$GITHUB_IDENTIFIER" | xargs
96
+echo "$GITHUB_IDENTIFIER" | xargs
0 commit comments