'🔍' not supported in a workflow_run trigger? #50835
-
Select Topic AreaQuestion BodyI've got an action with the following - Is this intended? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The emoji doesn't seem to be the problem, as it it removed, it is still an issue:
|
Beta Was this translation helpful? Give feedback.
-
Have you tried to escape all special glob chars of your workflow name? (https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet)
idk if this is your problem here, but I have not tested it myself. I'm pretty shure |
Beta Was this translation helpful? Give feedback.
Have you tried to escape all special glob chars of your workflow name? (https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet)
idk if this is your problem here, but I have not tested it myself. I'm pretty shure
\
allows you to escape any glob char, even if the GitHub Docu doesn't mention it