mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-11 22:57:31 +00:00
yaml
This commit is contained in:
parent
1f1a430efc
commit
b6d7fc95e7
3
.github/workflows/build-shit.yml
vendored
3
.github/workflows/build-shit.yml
vendored
|
@ -18,12 +18,13 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
token: ${{ secrets.GH_RO_PAT }}
|
token: ${{ secrets.GH_RO_PAT }}
|
||||||
- name: check whether submodules exist
|
- name: check whether submodules exist
|
||||||
run:
|
run: |
|
||||||
# debug output
|
# debug output
|
||||||
echo gh=${{ github.sha }}
|
echo gh=${{ github.sha }}
|
||||||
echo head=$(git rev-parse HEAD)
|
echo head=$(git rev-parse HEAD)
|
||||||
echo art=$(git -C art rev-parse HEAD)
|
echo art=$(git -C art rev-parse HEAD)
|
||||||
echo assets=$(git -C assets rev-parse HEAD)
|
echo assets=$(git -C assets rev-parse HEAD)
|
||||||
|
|
||||||
# checks if HEAD commit hash in submodules is diff from current repo, and therefore exists
|
# checks if HEAD commit hash in submodules is diff from current repo, and therefore exists
|
||||||
test $(git rev-parse HEAD) != $(git -C art rev-parse HEAD)
|
test $(git rev-parse HEAD) != $(git -C art rev-parse HEAD)
|
||||||
test $(git rev-parse HEAD) != $(git -C assets rev-parse HEAD)
|
test $(git rev-parse HEAD) != $(git -C assets rev-parse HEAD)
|
||||||
|
|
Loading…
Reference in a new issue