fix: Replace backticks with single quotes in BRANCH_PREFIX value on line 54

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-03 22:28:43 +00:00
parent e0d6dbea82
commit af861f0f65

View File

@@ -51,7 +51,7 @@ jobs:
REPORT_ONLY: ${{ github.event.inputs.report_only }}
COMMIT_CHANGES: ${{ github.event.inputs.commit_changes }}
BASE_BRANCH: ${{ github.ref_name }}
BRANCH_PREFIX: `dev/`
BRANCH_PREFIX: 'dev/'
ERROR_LOG: /tmp/version_branch_errors.log
CI_HELPERS: /tmp/moko_ci_helpers.sh
REPORT_PATH: /tmp/version-bump-report.json