Skip to content

Commit

Permalink
Outputting git diff to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
jadesym committed Nov 17, 2022
1 parent 41e3970 commit d90ed95
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 @@ -57,7 +57,7 @@ runs:
shell: bash
- name: Outputting diff of revert commit
if: ${{ inputs.should-log-diff == 'true' }}
run: git diff ${{ github.ref_name }}
run: git diff --no-pager --color ${{ github.ref_name }}
shell: bash
- name: Automatic commit push to repo
if: ${{ inputs.is-push-enabled == 'true' }}
Expand Down

0 comments on commit d90ed95

Please sign in to comment.