mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
safe.directory moment
This commit is contained in:
parent
01019d1422
commit
6e6958a3bd
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
token: ${{ secrets.GH_RO_PAT }}
|
token: ${{ secrets.GH_RO_PAT }}
|
||||||
- name: check whether submodules exist
|
- name: check whether submodules exist
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||||
|
|
||||||
# debug output
|
# debug output
|
||||||
echo gh=${{ github.sha }}
|
echo gh=${{ github.sha }}
|
||||||
echo head=$(git rev-parse HEAD)
|
echo head=$(git rev-parse HEAD)
|
||||||
|
|
Loading…
Reference in a new issue