remove rooms submodules from workflow
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Submodule to Latest And Pull LFS
|
- name: Update Submodule to Latest And Pull LFS
|
||||||
run: |
|
run: |
|
||||||
git submodule update --remote --merge assets rooms
|
git submodule update --remote --merge assets
|
||||||
git lfs pull
|
git lfs pull
|
||||||
git submodule foreach git lfs pull
|
git submodule foreach git lfs pull
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
git config user.name "Gitea Bot"
|
git config user.name "Gitea Bot"
|
||||||
git config user.email "bot@gitea.io"
|
git config user.email "bot@gitea.io"
|
||||||
git add asphalt.lock.toml places/common/src/shared/assets/assets.luau places/common/src/shared/assets/assets.d.ts assets rooms
|
git add asphalt.lock.toml places/common/src/shared/assets/assets.luau places/common/src/shared/assets/assets.d.ts assets
|
||||||
|
|
||||||
# On ne commit que s'il y a des changements
|
# On ne commit que s'il y a des changements
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
|
|||||||
Reference in New Issue
Block a user