Skip to content

Commit

Permalink
support merge queue runs, use SHAs for default base ref
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed Aug 29, 2023
1 parent d831fb7 commit e994056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
base-ref:
description: 'Base reference for API compatibility comparison (default: base branch)'
required: false
default: "origin/${GITHUB_BASE_REF}"
default: "${{ github.event.pull_request.base.sha || github.event.merge_queue.base_sha }}"
version:
description: 'Version of go-apidiff to use'
required: false
Expand Down

0 comments on commit e994056

Please sign in to comment.