Skip to content

Commit

Permalink
Merge pull request Homebrew#173483 from Homebrew/check-event-payload
Browse files Browse the repository at this point in the history
automerge-from-merge-queue: upload metadata
  • Loading branch information
carlocab authored Jun 2, 2024
2 parents 7a82481 + e093466 commit 7667f0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/automerge-from-merge-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
pull-requests: read
actions: read
steps:
- name: Upload metadata
uses: actions/upload-artifact@v4
with:
name: event_payload
path: ${{ github.event_path }}

- name: Dump metadata
run: jq . "$GITHUB_EVENT_PATH"

- name: Get PR number
id: pr
env:
Expand Down

0 comments on commit 7667f0a

Please sign in to comment.