We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec56c9 commit 38c5e2eCopy full SHA for 38c5e2e
1 file changed
.github/workflows/build-updater.yaml
@@ -18,6 +18,9 @@ jobs:
18
fetch-depth: 0
19
token: ${{ secrets.GITHUB_TOKEN }}
20
21
+ - name: Mark workspace as safe
22
+ run: git config --global --add safe.directory $GITHUB_WORKSPACE
23
+
24
- name: Set up Go
25
uses: actions/setup-go@v4
26
with:
@@ -53,6 +56,10 @@ jobs:
53
56
54
57
55
58
59
60
+ shell: pwsh
61
+ run: git config --global --add safe.directory $Env:GITHUB_WORKSPACE
62
63
64
65
@@ -91,6 +98,9 @@ jobs:
91
98
92
99
93
100
101
102
103
94
104
95
105
96
106
0 commit comments