diff --git a/action.yaml b/action.yaml index 9c3c99f..f514eef 100644 --- a/action.yaml +++ b/action.yaml @@ -10,7 +10,7 @@ inputs: Regexp of emojis from https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml representing changes of interest to users. 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):' + default: '[💥🚨🎉🐛⚠🚀🌐👷]|:(boom|tada|construction_worker):' outputs: interesting: description: whether the category is interesting or not, true / false will be the result