Skip to content

Commit

Permalink
test possible fix for git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline committed Jul 7, 2023
1 parent cbc5e6a commit f3bc612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set Git Security
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit f3bc612

Please sign in to comment.