Skip to content

Commit

Permalink
ci: Fix FM git merge base branch input
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Oct 21, 2024
1 parent b9a552f commit 72e84da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/follow-merge-upstream-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
continue-on-error: true
uses: ./.github/actions-hub/actions/git-merge
with:
base_branch: ${{ steps.get-branch.outputs.base_name }}
base_branch: ${{ steps.get-branch.outputs.base_branch_name }}
head_branch: ${{ steps.get-branch.outputs.branch_name }}
our_files: "pyproject.toml poetry.lock web"
working_directory: "${{ env.UPSTREAM_REPO_WORKDIR }}"
Expand Down

0 comments on commit 72e84da

Please sign in to comment.