Skip to content

Commit 2489c99

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/git-version-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
# fetch-tags: false
3939
- name: "Print git --version"
4040
run: |
41-
which git || true
42-
git --version || true
41+
which git || echo "::warning::git does not appear to be installed"
42+
git --version || echo "::warning::could not determine installed version of git"
4343
# - name: "Print .git/config"
4444
# run: cat .git/config
4545
# - uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)