From 71e21ee5c9324cddd63fa76d91a051ce8d81e08c Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola Date: Sat, 30 Nov 2024 20:17:03 -0500 Subject: [PATCH] Fix invalid template Signed-off-by: Sanjula Ganepola --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e9bafb0..690467f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,18 +52,18 @@ body: validations: required: false - type: textarea - id: act-command-used - attributes: - label: Act Command Used - description: | - Share the entire act command which was used. This can be obtained from the VS Code task used to execute the workflow. - If you no longer have the task open, you can select `View Output` from the `History` view and find it on the first line of the log file. - ⚠️ Please make sure all sensitive information is removed. ⚠️ - placeholder: | - act -P ubuntu-latest=node:12 -v ... - render: sh - validations: - required: false + id: act-command-used + attributes: + label: Act Command Used + description: | + Share the entire act command which was used. This can be obtained from the VS Code task used to execute the workflow. + If you no longer have the task open, you can select `View Output` from the `History` view and find it on the first line of the log file. + ⚠️ Please make sure all sensitive information is removed. ⚠️ + placeholder: | + act -P ubuntu-latest=node:12 -v ... + render: sh + validations: + required: false - type: textarea id: act-command-output attributes: