Skip to content

Commit b0b6e9e

Browse files
authored
ci(move-to-emeritus): use correct branch names for pushing (#5939)
1 parent a6872c2 commit b0b6e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/move-to-emeritus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config user.name otelbot
3434
git config user.email [email protected]
35-
git checkout -b chore/move-inactive-to-emeritus
35+
git checkout -b otelbot/move-inactive-to-emeritus
3636
git add README.md
3737
git commit -m "chore: move inactive members to emeritus"
3838
git push --set-upstream origin otelbot/move-inactive-to-emeritus --force

0 commit comments

Comments
 (0)