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 c2093e5 commit 4ca0798Copy full SHA for 4ca0798
1 file changed
.github/workflows/ci.yml
@@ -114,6 +114,9 @@ jobs:
114
steps:
115
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116
117
+ - name: 👑 Fix Git ownership
118
+ run: git config --global --add safe.directory /__w/npmx.dev/npmx.dev
119
+
120
- uses: voidzero-dev/setup-vp@8ecb39174989ce55af90f45cf55b02738599831d # v1
121
with:
122
node-version: lts/*
0 commit comments