Skip to content

Commit 750237d

Browse files
committed
review: quote some strings
1 parent 1e2b98b commit 750237d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-breaking-change-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
110110
# Download SDK artifacts with error handling
111111
if ! gh run download ${ARTIFACTS_RUN_ID} \
112-
--repo ${SOURCE_REPO} \
113-
--name ${ARTIFACT_NAME} \
112+
--repo "${SOURCE_REPO}" \
113+
--name "${ARTIFACT_NAME}" \
114114
--dir ./temp-sdk-artifacts; then
115115
echo "::error::Failed to download SDK artifacts from run ${ARTIFACTS_RUN_ID}"
116116
echo "::error::Repository: ${SOURCE_REPO}, Artifact: ${ARTIFACT_NAME}"

0 commit comments

Comments
 (0)