Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 15, 2024
1 parent 919f1ab commit 5789b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
shell: bash
run: |
$RESTYLER_BINARY --pr '${{github.repository }}#${{ github.event.pull_request.number }}'
echo "differences=true" >"$GITHUB_OUTPUT"
echo "differences=true" >>"$GITHUB_OUTPUT"
env:
# For passing to run
RESTYLER_BINARY: ${{ inputs.binary }}
Expand Down

0 comments on commit 5789b69

Please sign in to comment.