Skip to content

Commit 1a2ee2a

Browse files
authored
Merge pull request #3285 from dolthub/db/fix-workflow
[no-release-notes] /.github/workflows/bump-dependency.yaml: fix command
2 parents aa91f3b + 06e755f commit 1a2ee2a

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)