mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 05:13:00 -05:00
/.github/workflows/bump-dependency.yaml: remove erroneous hyphens
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
git config --global user.name "${GIT_USER}"
|
||||
git config --global user.email "${GIT_MAIL}"
|
||||
git checkout -b -- "${BRANCH}"
|
||||
git checkout -b "${BRANCH}"
|
||||
git add .
|
||||
git commit -m "[ga-bump-dep] Bump dependency in Dolt by ${COMMIT_BY}"
|
||||
git push origin "${BRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user