Skip to content

Commit 373d33c

Browse files
ci: Fix FM git merge base branch input
1 parent effe079 commit 373d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/follow-merge-upstream-repo-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
continue-on-error: true
8383
uses: ./.github/actions-hub/actions/git-merge
8484
with:
85-
base_branch: ${{ steps.get-branch.outputs.base_name }}
85+
base_branch: ${{ steps.get-branch.outputs.base_branch_name }}
8686
head_branch: ${{ steps.get-branch.outputs.branch_name }}
8787
our_files: "pyproject.toml poetry.lock web/package.json web/yarn.lock"
8888
working_directory: "${{ env.UPSTREAM_REPO_WORKDIR }}"

0 commit comments

Comments
 (0)