mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
change xargs input
This commit is contained in:
parent
9c8142b769
commit
e5a788de7d
1 changed files with 2 additions and 1 deletions
3
.github/actions/setup-haxe/action.yml
vendored
3
.github/actions/setup-haxe/action.yml
vendored
|
@ -82,7 +82,8 @@ runs:
|
|||
with:
|
||||
run: |
|
||||
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 --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'
|
||||
|
|
Loading…
Reference in a new issue