JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
258 stars 83 forks source link

Is there any way I can write to ISSUE_TEMPLATE's body with an existing file in the workspace? #165

Open SoumyaMukhija opened 11 months ago

SoumyaMukhija commented 11 months ago

What the title says. I have a file in the workspace with some info that I want to include in my issue's body. Is there any way I can do that? (Sorry, I'm new to writing workflows)