Skip to content

Commit d10947e

Browse files
committed
Rename local branch to fix action problem
1 parent 6a158fe commit d10947e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-subtree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd ../verify-rust-std
7171
git remote add rust-filtered ../rust-tmp/
7272
git fetch rust-filtered
73-
git checkout -b update-subtree/library rust-filtered/subtree/library
73+
git checkout -b subtree/library rust-filtered/subtree/library
7474
SUBTREE_HEAD_MSG=$(git log --format=%s -n 1 origin/subtree/library)
7575
UPSTREAM_FROM=$(git log --grep="${SUBTREE_HEAD_MSG}" -n 1 --format=%H rust-filtered/subtree/library)
7676
UPSTREAM_HEAD=$(git log --format=%H -n 1 rust-filtered/subtree/library)

0 commit comments

Comments
 (0)