You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run JasonEtco/create-an-issue@v2
⬤ debug Reading from file .github/workflows/workflow-failure-issues-issue-template.md
Error: can not read a block mapping entry; a multiline key may not be an implicit key at line 2, column 7:
labels: {{ env.LABELS }}, default-template
^
✖ fatal YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 2, column 7:
labels: {{ env.LABELS }}, default-template
I'm pairing this workflow with another bit of logic to close the issue it opens in certain conditions. Given this I'd like to configure the set of labels on the issue at the workflow level so I can use it for both the issue creation and for the lookup/close operation.
I'd love to contribute a PR if you'd be open to a fix for this.
The text was updated successfully, but these errors were encountered:
I'm pairing this workflow with another bit of logic to close the issue it opens in certain conditions. Given this I'd like to configure the set of labels on the issue at the workflow level so I can use it for both the issue creation and for the lookup/close operation.
I'd love to contribute a PR if you'd be open to a fix for this.
The text was updated successfully, but these errors were encountered: