mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-11 05:52:52 +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:
|
||||
- name: Make git happy
|
||||
run: |
|
||||
git config --global --unset http\.https\:\/\/github\.com\/\.extraheader
|
||||
git config --global --unset safe.directory
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
git config --global --replace-all safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
- name: Get checkout token
|
||||
uses: actions/create-github-app-token@v1
|
||||
|
@ -105,6 +103,7 @@ jobs:
|
|||
name: Install dependencies
|
||||
run: |
|
||||
git config --list --show-origin --show-scope
|
||||
cat .git/config
|
||||
haxelib --global run hmm install
|
||||
|
||||
- if: ${{ matrix.target != 'html5' }}
|
||||
|
|
Loading…
Reference in a new issue