Skip to content

Commit d9b2484

Browse files
adding --replace-all to fix error on self-hosted runner
1 parent 1631ab1 commit d9b2484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
- name: Git config
4848
if: inputs.github_ro_token != ''
4949
run: |
50-
git config --global url."https://[email protected]/".insteadOf ssh://[email protected]/
50+
git config --global --replace-all url."https://[email protected]/".insteadOf ssh://[email protected]/
5151
git config --add --global url."https://[email protected]/".insteadOf [email protected]:
5252
env:
5353
GITHUB_TOKEN: ${{ inputs.github_ro_token }}
@@ -97,4 +97,4 @@ runs:
9797
if: inputs.run_webpack == 'true'
9898
with:
9999
name: node-bundle
100-
path: ./bundles
100+
path: ./bundles

0 commit comments

Comments
 (0)