Skip to content

Commit

Permalink
add git stat check
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Sep 9, 2024
1 parent 3b028d9 commit 3e6e2d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
- name: Check git status
run: git status

- name: Check git diff
run: git diff --stat

- name: Commit changes to a new branch
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 3e6e2d6

Please sign in to comment.