From e0d6dbea8290b08d5097a8063f2c5504b8dd1442 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 3 Jan 2026 22:26:26 +0000 Subject: [PATCH 1/2] Initial plan From af861f0f65cac63dbb8c04ffde5db08b39992a7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 3 Jan 2026 22:28:43 +0000 Subject: [PATCH 2/2] 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> --- .github/workflows/version_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index 45d4578..52e8596 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -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