add git diff command
This commit is contained in:
parent
6faa2e31f2
commit
f2da5999bd
1
.github/workflows/checkstyle.yml
vendored
1
.github/workflows/checkstyle.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
- name: Commit Format changes
|
- name: Commit Format changes
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
|
git diff
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
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
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
|
Loading…
Reference in New Issue
Block a user