create-an-issue
create-an-issue copied to clipboard
Cannot use a environment variable in the label
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}}