Skip to content

Commit cb0c8e1

Browse files
committed
Fix: Ensure GITHUB_WORKFLOW variable is expanded
1 parent 211296c commit cb0c8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/internal_tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
--label branch:${GITHUB_REF_NAME} \
8181
--dimensions '${{ inputs.test_dimensions }}' \
8282
--artifact_name '${{ inputs.artifact_name }}' \
83-
--workflow '${GITHUB_WORKFLOW}' \
83+
--workflow "${GITHUB_WORKFLOW}" \
8484
--cobalt_path "${GCS_ARTIFACTS_PATH}" || {
8585
echo "Finished running tests..."
8686
echo "The test session failed. See logs for details."

0 commit comments

Comments
 (0)