Skip to content

Commit 45a01f6

Browse files
committed
Update Workflow Fix
1 parent b278213 commit 45a01f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
echo "Updating $name..."
2626
git remote set-url origin $(git config --file $toplevel/.gitmodules submodule.$name.url)
2727
git fetch origin
28-
git checkout -B orphan origin/orphan
29-
git pull origin orphan || echo "Nothing to pull for $name"
28+
git checkout -B latest-release origin/latest-release
29+
git pull origin latest-release || echo "Nothing to pull for $name"
3030
'
3131
3232
- name: Commit updated submodules

0 commit comments

Comments
 (0)