create-an-issue icon indicating copy to clipboard operation
create-an-issue copied to clipboard

Cannot use a environment variable in the label

Open fieldsfarmer opened this issue 2 years ago • 0 comments

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}}

fieldsfarmer avatar Oct 03 '23 16:10 fieldsfarmer