We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddc969 commit 05ac65bCopy full SHA for 05ac65b
.github/workflows/pull-request-approved.yml
@@ -25,7 +25,7 @@ jobs:
25
chmod +x ./.github/workflows/scripts/get-xetabase-branch.sh
26
echo "github.event.pull_request.base.ref: ${{ github.event.pull_request.base.ref }}"
27
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 }})
+ xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }})
29
echo "__Xetabase ref:__ \"${xetabase_branch}\"" | tee -a ${GITHUB_STEP_SUMMARY}
30
echo "xetabase_branch=${xetabase_branch}" >> $GITHUB_OUTPUT
31
env:
0 commit comments