We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faa2e3 commit f2da599Copy full SHA for f2da599
.github/workflows/checkstyle.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Commit Format changes
21
if: failure()
22
run: |
23
+ git diff
24
git config --global user.name github-actions
25
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
26
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
0 commit comments