From 1d08ba361f54d639f368330f8e68f6004192c360 Mon Sep 17 00:00:00 2001 From: NSPC911 Date: Tue, 30 Jul 2024 19:41:35 +0800 Subject: [PATCH] [workflow] removed global flag --- .github/workflows/submodule-update.yml | 4 ++-- behaviour-packs | 2 +- resource-packs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index 991b8d8..152606b 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -34,8 +34,8 @@ jobs: - name: Commit and push changes if: env.changes == 'true' run: | - git config --global user.name 'NSPBot911' - git config --global user.email ${{ secrets.BOT_EMAIL }} + git config user.name 'NSPBot911' + git config user.email ${{ secrets.BOT_EMAIL }} git add --all git commit -m "Updated submodules" -m "Triggered by ${{ github.event.inputs.title }}" git pull origin main diff --git a/behaviour-packs b/behaviour-packs index 389a5a1..b353876 160000 --- a/behaviour-packs +++ b/behaviour-packs @@ -1 +1 @@ -Subproject commit 389a5a1ac61a338d995f48fdd8205004862632d1 +Subproject commit b3538764e4d95a826a3c1886af249b6aedaf571d diff --git a/resource-packs b/resource-packs index 0bdfa06..f1813ee 160000 --- a/resource-packs +++ b/resource-packs @@ -1 +1 @@ -Subproject commit 0bdfa06b78a023cf1a0f637358d034df36ec6ebc +Subproject commit f1813ee3ad463fa87374a3e01cd3c1c727b378e6