We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effe079 commit 373d33cCopy full SHA for 373d33c
.github/workflows/follow-merge-upstream-repo-sync.yml
@@ -82,7 +82,7 @@ jobs:
82
continue-on-error: true
83
uses: ./.github/actions-hub/actions/git-merge
84
with:
85
- base_branch: ${{ steps.get-branch.outputs.base_name }}
+ base_branch: ${{ steps.get-branch.outputs.base_branch_name }}
86
head_branch: ${{ steps.get-branch.outputs.branch_name }}
87
our_files: "pyproject.toml poetry.lock web/package.json web/yarn.lock"
88
working_directory: "${{ env.UPSTREAM_REPO_WORKDIR }}"
0 commit comments