Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2024
1 parent 02de3ff commit 4f29a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maybe-fail/action.yml
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash
- id: report-outcome
if: success() || failure()
run: echo "result=$outcome" | tee -a $GITHUB_OUTPUTS
run: echo "result=$outcome" | tee -a "$GITHUB_OUTPUT"
env:
outcome: ${{ steps.continue-on-error-false.outcome || steps.continue-on-error-true.outcome }}
shell: bash

0 comments on commit 4f29a8c

Please sign in to comment.