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 f8540d9 commit 2489c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# fetch-tags: false
- name: "Print git --version"
run: |
which git || true
git --version || true
which git || echo "::warning::git does not appear to be installed"
git --version || echo "::warning::could not determine installed version of git"
# - name: "Print .git/config"
# run: cat .git/config
# - uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 2489c99

Please sign in to comment.