mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-12 11:52:01 +00:00
i love working with git
This commit is contained in:
parent
c87a16a0e1
commit
b9b5c0dd9b
5
.github/workflows/build-game.yml
vendored
5
.github/workflows/build-game.yml
vendored
|
@ -24,9 +24,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Make git happy
|
- name: Make git happy
|
||||||
run: |
|
run: |
|
||||||
git config --global --unset http\.https\:\/\/github\.com\/\.extraheader
|
git config --global --replace-all safe.directory $GITHUB_WORKSPACE
|
||||||
git config --global --unset safe.directory
|
|
||||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
|
||||||
|
|
||||||
- name: Get checkout token
|
- name: Get checkout token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v1
|
||||||
|
@ -105,6 +103,7 @@ jobs:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --list --show-origin --show-scope
|
git config --list --show-origin --show-scope
|
||||||
|
cat .git/config
|
||||||
haxelib --global run hmm install
|
haxelib --global run hmm install
|
||||||
|
|
||||||
- if: ${{ matrix.target != 'html5' }}
|
- if: ${{ matrix.target != 'html5' }}
|
||||||
|
|
Loading…
Reference in a new issue