1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00

safe.directory moment

This commit is contained in:
Hazel 2023-11-21 19:17:34 +00:00
parent 01019d1422
commit 6e6958a3bd

View file

@ -19,6 +19,8 @@ jobs:
token: ${{ secrets.GH_RO_PAT }}
- name: check whether submodules exist
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
# debug output
echo gh=${{ github.sha }}
echo head=$(git rev-parse HEAD)