feat: add message-skipped input to action (#76)

* add message-skipped input to action
This commit is contained in:
Aryella Lacerda 2023-04-22 08:32:11 -03:00 committed by GitHub
parent ec8c4b3b90
commit e4a2f85328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 1 deletions

View file

@ -39,6 +39,9 @@ inputs:
message-cancelled:
description: "Override the message when a run is cancelled."
required: false
message-skipped:
description: "Override the message when a run is skipped."
required: false
issue:
description: "Override the message when a run is cancelled."
required: false