Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergheim authored Apr 27, 2023
1 parent 3ae39e5 commit c02812e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Update Pull Request from Branch Name"
description: "Updates a pull request with information extracted from head and/or base branch name"
author: "Jamie Wright"
author: "Jamie Wright / Roar Bergheim"
runs:
using: "node16"
main: "dist/index.js"
Expand Down Expand Up @@ -60,6 +60,10 @@ inputs:
description: "Should the matched text from head branch be in the body. This is a check and will not change anything."
required: false
default: "true"
fail-on-error:
description: "Should the action fail if an error is encountered (e.g. the branch name does not match)"
required: false
default: "true"
outputs:
baseMatch:
description: "Matched text from base branch, if any"
Expand Down

0 comments on commit c02812e

Please sign in to comment.