Try automatically setting base ref for PRs

This commit is contained in:
Nick DeRobertis 2021-10-24 12:17:36 -04:00
parent ed9392d252
commit d419ec1f17

View File

@ -15,7 +15,7 @@ inputs:
BEFORE:
description: "The SHA of the last pushed commit (automatically set)"
required: true
default: "${{ github.event.before }}"
default: "${{ github.event.before || github.base_ref }}"
COMMITS:
description: "An array of commit objects describing the pushed commits"
required: true