There was an error while loading. Please reload this page.
1 parent 99a36a9 commit 87d1c5fCopy full SHA for 87d1c5f
1 file changed
.github/workflows/pull-request-approved.yml
@@ -26,7 +26,7 @@ jobs:
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
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)
+ xetabase_branch=$(./.github/workflows/scripts/get-xetabase-branch.sh ${{ github.event.pull_request.base.ref }} 2>&1)
30
exit_code=$?
31
set -e
32
if [ $exit_code -ne 0 ]; then
0 commit comments