Improve support for PR events + verify base and ref are used correctly

This commit is contained in:
Michal Dorner
2021-04-12 16:29:29 +02:00
parent 87375a4a68
commit 0b18612ac3
4 changed files with 176 additions and 88 deletions

View File

@ -13,7 +13,6 @@ inputs:
description: |
Git reference (e.g. branch name) from which the changes will be detected.
This option is ignored if action is triggered by pull_request event.
default: ${{ github.ref }}
required: false
base:
description: |