mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 23:03:36 +00:00
oh my god
This commit is contained in:
parent
5525316b00
commit
128958697a
1
.github/actions/setup-haxe/action.yml
vendored
1
.github/actions/setup-haxe/action.yml
vendored
|
@ -75,6 +75,7 @@ runs:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf' || true
|
||||||
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/
|
||||||
haxelib --global run hmm install -q
|
haxelib --global run hmm install -q
|
||||||
git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf'
|
git config --global --unset 'url.https://x-access-token:${{ inputs.gh-token }}@github.com/.insteadOf'
|
||||||
|
|
Loading…
Reference in a new issue