Skip to content

Commit

Permalink
Update git-version-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jww3 authored Apr 29, 2024
1 parent ef95624 commit f8540d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# fetch-tags: false
- name: "Print git --version"
run: |
which git
which git || true
git --version || true
# - name: "Print .git/config"
# run: cat .git/config
Expand Down

0 comments on commit f8540d9

Please sign in to comment.