diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index f23740c..99b194a 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -20,7 +20,9 @@ jobs: run: | echo "github.event_name: ${{ github.event_name }}" echo "github.event.action: ${{ github.event.action }}" - + echo "github.event: ${{ github.event }}" + + # Test for PR, merge queue and merge to main get-pr: name: Get PR number diff --git a/action.yml b/action.yml index d743fb9..48a6cb8 100644 --- a/action.yml +++ b/action.yml @@ -29,8 +29,6 @@ runs: - id: vars shell: bash run: | - set -eux - # Get PR number (different process for merge queue) if [ ${{ github.event_name }} == 'pull_request' ] then