We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a06e9 commit 04ad5fcCopy full SHA for 04ad5fc
.github/workflows/node.yml
@@ -28,6 +28,11 @@ jobs:
28
run: >
29
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
30
31
+ - name: Mark workspace as safe for git
32
+ run: |
33
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
34
+ git config --global --add safe.directory "/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
35
+
36
- name: Use Node.js ${{ matrix.node-version }}
37
uses: actions/setup-node@v4
38
with:
0 commit comments