Skip to content

Commit 35aa83e

Browse files
committed
Potential fix
1 parent fa624f9 commit 35aa83e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
125125
uses: actions/checkout@v4
126126
with:
127127
ref: ${{ env.GIT_REF }}
128-
128+
- name: Configure Git for container
129+
run: |
130+
git config --global --add safe.directory '*'
129131
- name: Verify .NET
130132
run: dotnet --version
131133

0 commit comments

Comments
 (0)