Skip to content

Commit 06e755f

Browse files
committed
/.github/workflows/bump-dependency.yaml: fix command
1 parent aa91f3b commit 06e755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
git config --global user.name "${GIT_USER}"
139139
git config --global user.email "${GIT_MAIL}"
140140
141-
git checkout -b -- "${BRANCH}"
141+
git checkout -b "${BRANCH}"
142142
git add .
143143
144144
# Commit message uses sanitized assignee only

0 commit comments

Comments
 (0)