We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b318a25 commit 2760ad4Copy full SHA for 2760ad4
.github/workflows/update-submodules.yml
@@ -48,7 +48,7 @@ jobs:
48
git push origin $BRANCH_NAME
49
50
# 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
+ gh pr create --title "Update submodules" --body "This PR updates all submodules to their latest commits." --base master --head $BRANCH_NAME
52
else
53
echo "No submodule updates found"
54
fi
0 commit comments