Skip to content

Commit 1647159

Browse files
committed
test workflow
1 parent 3620a97 commit 1647159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
run: |
262262
263263
echo "Running terraform output for artifacts_bucket_name"
264-
ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name)
264+
ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name | tr -d '"') # Remove quotes and newlines
265265
ARTIFACTS_BUCKET_OUTPUT=$(echo "ARTIFACTS_BUCKET=${ARTIFACTS_BUCKET}")
266266
# echo "ARTIFACTS_BUCKET_OUTPUT=${ARTIFACTS_BUCKET_OUTPUT}" >> $GITHUB_ENV
267267

0 commit comments

Comments
 (0)