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 1e2b98b commit 750237dCopy full SHA for 750237d
.github/workflows/sdk-breaking-change-check.yml
@@ -109,8 +109,8 @@ jobs:
109
110
# Download SDK artifacts with error handling
111
if ! gh run download ${ARTIFACTS_RUN_ID} \
112
- --repo ${SOURCE_REPO} \
113
- --name ${ARTIFACT_NAME} \
+ --repo "${SOURCE_REPO}" \
+ --name "${ARTIFACT_NAME}" \
114
--dir ./temp-sdk-artifacts; then
115
echo "::error::Failed to download SDK artifacts from run ${ARTIFACTS_RUN_ID}"
116
echo "::error::Repository: ${SOURCE_REPO}, Artifact: ${ARTIFACT_NAME}"
0 commit comments