Skip to content

Commit 77fd372

Browse files
Merge pull request #304 from google:lsc-1771431086.6381783
PiperOrigin-RevId: 872281852
2 parents 4d3d5e9 + db70091 commit 77fd372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/handle-test-outcome/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ runs:
5454
if: inputs.test_outcome == 'failure'
5555
shell: bash
5656
run: |
57-
echo "${{ inputs.failure_message }}"
57+
echo "${INPUTS_FAILURE_MESSAGE}"
5858
exit 1
59+
env:
60+
INPUTS_FAILURE_MESSAGE: ${{ inputs.failure_message }}

0 commit comments

Comments
 (0)