Skip to content

Commit

Permalink
is it out to stderr?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Aug 15, 2024
1 parent 895745e commit 8e8e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
shell: bash

- run: |
output=$($GITHUB_ACTION_PATH/bin/diff-check)
output=$($GITHUB_ACTION_PATH/bin/diff-check 2>&1)
echo $output
echo $output >> "$GITHUB_STEP_SUMMARY"
shell: bash
Expand Down

0 comments on commit 8e8e6eb

Please sign in to comment.