Skip to content

Commit f8540d9

Browse files
authored
Update git-version-check.yml
1 parent ef95624 commit f8540d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# fetch-tags: false
3939
- name: "Print git --version"
4040
run: |
41-
which git
41+
which git || true
4242
git --version || true
4343
# - name: "Print .git/config"
4444
# run: cat .git/config

0 commit comments

Comments
 (0)