Skip to content

Commit

Permalink
some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Aug 22, 2024
1 parent 3fa282e commit 06c9779
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/uml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
with:
python-version: "3.10"

- name: Echo the git status
run: |
git status
- name: Echo remotes
run: |
git remote -v
- name: Configure Git Identity
run: |
git config user.name "$(git log -n 1 --pretty=format:%an)"
Expand Down

0 comments on commit 06c9779

Please sign in to comment.