Skip to content

Commit 911d2a6

Browse files
authored
Update test.yaml
1 parent 36a5406 commit 911d2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "Action output:"
3131
echo "${{ steps.print_inputs.outputs.output }}"
3232
33-
if [[ "${{ steps.print_inputs.outputs.output }}" == *"No workflow_dispatch inputs found in the event payload."* ]]; then
33+
if [[ "${{ steps.print_inputs.outputs.output }}" == *"This is not a workflow_dispatch event. No inputs expected."* ]]; then
3434
echo "Test passed: No inputs were found, as expected for push/pull_request events"
3535
else
3636
echo "Test failed: Unexpected output for push/pull_request events"

0 commit comments

Comments
 (0)