JasonEtco / create-an-issue

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

Cannot use a environment variable in the label #168

Open fieldsfarmer opened 1 year ago

fieldsfarmer commented 1 year ago

In the md template, I have a line as following:

---
title: "Report on {{env.dataset}}"
labels:  {{env.label}}
---

I found that only title could correctly show the environment variable, but the labels will keep showing {{env.label}}