Skip to content

Commit

Permalink
Dump github.event
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 6, 2023
1 parent f9c3e39 commit 4442154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4442154

Please sign in to comment.