Skip to content

Commit 9583adf

Browse files
mikeharderazure-sdk
authored andcommitted
add quotes to script as precaution
1 parent dcac6b2 commit 9583adf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/event-processor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
--query value)
5050
5151
echo "::add-mask::$LABEL_SERVICE_API_KEY"
52-
echo "LABEL_SERVICE_API_KEY=$LABEL_SERVICE_API_KEY" >> $GITHUB_ENV
52+
echo "LABEL_SERVICE_API_KEY=$LABEL_SERVICE_API_KEY" >> "$GITHUB_ENV"
5353
5454
APP_CONFIG_ENDPOINT=$(az keyvault secret show \
5555
--vault-name issue-labeler \
@@ -58,7 +58,7 @@ jobs:
5858
--query value)
5959
6060
echo "::add-mask::$APP_CONFIG_ENDPOINT"
61-
echo "APP_CONFIG_ENDPOINT=$APP_CONFIG_ENDPOINT" >> $GITHUB_ENV
61+
echo "APP_CONFIG_ENDPOINT=$APP_CONFIG_ENDPOINT" >> "$GITHUB_ENV"
6262
6363
# To run github-event-processor built from source, for testing purposes, uncomment everything
6464
# in between the Start/End-Build From Source comments and comment everything in between the

0 commit comments

Comments
 (0)