Skip to content

Commit

Permalink
Merge pull request #7 from rkhaslarov/feat/no-fail
Browse files Browse the repository at this point in the history
No fail param
  • Loading branch information
rkhaslarov authored Mar 19, 2024
2 parents b42f032 + b6affc2 commit dc88329
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 131 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/

# Editors
.vscode
.idea

# Logs
logs
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ inputs:
description: "Should uppercase matched text from head branch in body"
required: false
default: "true"
fail-in-progress:
description: "Should the action fail or not"
required: false
default: "true"
outputs:
baseMatch:
description: "Matched text from base branch if any"
Expand Down
Loading

0 comments on commit dc88329

Please sign in to comment.