mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-11 06:04:27 +08:00
add git diff command
This commit is contained in:
1
.github/workflows/checkstyle.yml
vendored
1
.github/workflows/checkstyle.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user