Skip to content

Commit

Permalink
Interesting category output
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Mar 25, 2021
1 parent fba0996 commit 89a2eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: interesting-category-action
name: interesting-category
description: Validate that the next draft release is interesting
inputs:
GITHUB_TOKEN:
Expand All @@ -11,6 +11,10 @@ inputs:
By default excludes 📦📝👻🚦 under the assumption these do not normally merit a release.
An output of interesting = true/false will be set, the 'workflow_dispatch' (explicit release) is always 'interesting'.
default: '[💥🚨🎉🐛⚠🚀👷]|:(boom|tada|construction_worker):'
outputs:
interesting:
description: whether the category is interesting or not, true / false will be the result
value: ${{ steps.interesting-category.outputs.interesting }}
runs:
using: composite
steps:
Expand Down

0 comments on commit 89a2eda

Please sign in to comment.