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 211296c commit cb0c8e1Copy full SHA for cb0c8e1
1 file changed
.github/actions/internal_tests/action.yaml
@@ -80,7 +80,7 @@ runs:
80
--label branch:${GITHUB_REF_NAME} \
81
--dimensions '${{ inputs.test_dimensions }}' \
82
--artifact_name '${{ inputs.artifact_name }}' \
83
- --workflow '${GITHUB_WORKFLOW}' \
+ --workflow "${GITHUB_WORKFLOW}" \
84
--cobalt_path "${GCS_ARTIFACTS_PATH}" || {
85
echo "Finished running tests..."
86
echo "The test session failed. See logs for details."
0 commit comments