Skip to content

Commit 87d1c5f

Browse files
cicd:Fix pull request approved #TASK-5564
1 parent 99a36a9 commit 87d1c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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 }}"
2828
set +e # Desactivar exit on error temporalmente
29-
xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.head.ref }} 2>&1)
29+
xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.base.ref }} 2>&1)
3030
exit_code=$?
3131
set -e
3232
if [ $exit_code -ne 0 ]; then

0 commit comments

Comments
 (0)