Skip to content

Commit

Permalink
add git diff command
Browse files Browse the repository at this point in the history
  • Loading branch information
realDuYuanChao committed Oct 27, 2020
1 parent 6faa2e3 commit f2da599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Commit Format changes
if: failure()
run: |
git diff
git config --global user.name github-actions
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
Expand Down

0 comments on commit f2da599

Please sign in to comment.