From c5942694c218901407f388d914c9842c2ea40fb9 Mon Sep 17 00:00:00 2001 From: Sam <51686767+samuveth@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:25:55 +0000 Subject: [PATCH] Update update-snapshot-packages.yml --- .github/workflows/update-snapshot-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-snapshot-packages.yml b/.github/workflows/update-snapshot-packages.yml index 02a37d4ff8f..f2d99aba183 100644 --- a/.github/workflows/update-snapshot-packages.yml +++ b/.github/workflows/update-snapshot-packages.yml @@ -22,7 +22,7 @@ jobs: run: | git submodule update --remote snapshot-spaces git add snapshot-spaces - git commit -m "Update snapshot-spaces submodule" + git commit --allow-empty-user -m "Update snapshot-spaces submodule" - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: