mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +00:00
change xargs input
This commit is contained in:
parent
9c8142b769
commit
e5a788de7d
3
.github/actions/setup-haxe/action.yml
vendored
3
.github/actions/setup-haxe/action.yml
vendored
|
|
@ -82,7 +82,8 @@ runs:
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
git config --global --name-only --get-regexp 'url\.https\:\/\/x-access-token:.+@github\.com\/\.insteadOf' \
|
git config --global --name-only --get-regexp 'url\.https\:\/\/x-access-token:.+@github\.com\/\.insteadOf' \
|
||||||
| xargs git config --global --unset
|
| xargs -I {} git config --global --unset {}
|
||||||
|
|
||||||
git config -l --show-scope --show-origin
|
git config -l --show-scope --show-origin
|
||||||
git config --global 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf' https://github.com/
|
git config --global 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf' https://github.com/
|
||||||
post: git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf'
|
post: git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue