From 2760ad4b7ac0a7b96fa1ccb3977d176df35d736a Mon Sep 17 00:00:00 2001 From: gesinn-it-gea Date: Mon, 5 Aug 2024 23:07:48 +0200 Subject: [PATCH] [skip ci] --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 02d17e1..4f4a54a 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -48,7 +48,7 @@ jobs: git push origin $BRANCH_NAME # Create a Pull Request - gh pr create --title "Update submodules" --body "This PR updates all submodules to their latest commits." --base main --head $BRANCH_NAME + gh pr create --title "Update submodules" --body "This PR updates all submodules to their latest commits." --base master --head $BRANCH_NAME else echo "No submodule updates found" fi