We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b338312 commit bd82c1cCopy full SHA for bd82c1c
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v4
43
- name: Configure Git safe directory
44
if: startsWith(matrix.runtime, 'linux-')
45
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
+ run: git config --global --add safe.directory /__w/sourcegit/sourcegit
46
- name: Setup .NET
47
uses: actions/setup-dotnet@v4
48
with:
0 commit comments