Skip to content

Commit 05ac65b

Browse files
committed
cicd: Fix get-xetabase-branch.sh call #TASK-7555
1 parent 7ddc969 commit 05ac65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
chmod +x ./.github/workflows/scripts/get-xetabase-branch.sh
2626
echo "github.event.pull_request.base.ref: ${{ github.event.pull_request.base.ref }}"
2727
echo "github.event.pull_request.head.ref: ${{ github.event.pull_request.head.ref }}"
28-
xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.base.ref }})
28+
xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }})
2929
echo "__Xetabase ref:__ \"${xetabase_branch}\"" | tee -a ${GITHUB_STEP_SUMMARY}
3030
echo "xetabase_branch=${xetabase_branch}" >> $GITHUB_OUTPUT
3131
env:

0 commit comments

Comments
 (0)