Skip to content

Commit 2760ad4

Browse files
committed
[skip ci]
1 parent b318a25 commit 2760ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git push origin $BRANCH_NAME
4949
5050
# Create a Pull Request
51-
gh pr create --title "Update submodules" --body "This PR updates all submodules to their latest commits." --base main --head $BRANCH_NAME
51+
gh pr create --title "Update submodules" --body "This PR updates all submodules to their latest commits." --base master --head $BRANCH_NAME
5252
else
5353
echo "No submodule updates found"
5454
fi

0 commit comments

Comments
 (0)