We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a5406 commit 911d2a6Copy full SHA for 911d2a6
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "Action output:"
31
echo "${{ steps.print_inputs.outputs.output }}"
32
33
- if [[ "${{ steps.print_inputs.outputs.output }}" == *"No workflow_dispatch inputs found in the event payload."* ]]; then
+ if [[ "${{ steps.print_inputs.outputs.output }}" == *"This is not a workflow_dispatch event. No inputs expected."* ]]; then
34
echo "Test passed: No inputs were found, as expected for push/pull_request events"
35
else
36
echo "Test failed: Unexpected output for push/pull_request events"
0 commit comments