We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b278213 commit 45a01f6Copy full SHA for 45a01f6
1 file changed
.github/workflows/update.yml
@@ -25,8 +25,8 @@ jobs:
25
echo "Updating $name..."
26
git remote set-url origin $(git config --file $toplevel/.gitmodules submodule.$name.url)
27
git fetch origin
28
- git checkout -B orphan origin/orphan
29
- git pull origin orphan || echo "Nothing to pull for $name"
+ git checkout -B latest-release origin/latest-release
+ git pull origin latest-release || echo "Nothing to pull for $name"
30
'
31
32
- name: Commit updated submodules
0 commit comments