Skip to content

'🔍' not supported in a workflow_run trigger? #50835

Answered by ChristopherHX
vadi2 asked this question in Actions
Discussion options

You must be logged in to vote

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)

workflows: ["🔍 Check improvements with Mudlet's C\\+\\+ style guide"]

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

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vadi2
Comment options

Answer selected by vadi2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question
2 participants