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 3620a97 commit 1647159Copy full SHA for 1647159
.github/workflows/build.yaml
@@ -261,7 +261,7 @@ jobs:
261
run: |
262
263
echo "Running terraform output for artifacts_bucket_name"
264
- ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name)
+ ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name | tr -d '"') # Remove quotes and newlines
265
ARTIFACTS_BUCKET_OUTPUT=$(echo "ARTIFACTS_BUCKET=${ARTIFACTS_BUCKET}")
266
# echo "ARTIFACTS_BUCKET_OUTPUT=${ARTIFACTS_BUCKET_OUTPUT}" >> $GITHUB_ENV
267
0 commit comments