Skip to content

Commit a77301e

Browse files
authored
Disable git safe.directory feature
1 parent e70f3d9 commit a77301e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
dpkg -i packages-microsoft-prod.deb
3131
apt-get update
3232
apt-get install -y powershell
33+
- name: "Disable git safe directories"
34+
run: |
35+
git config --global --add safe.directory '*'
3336
- uses: actions/checkout@v3
3437
- name: Setup .NET Core
3538
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)