Fix invalid template
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -52,18 +52,18 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: act-command-used
|
id: act-command-used
|
||||||
attributes:
|
attributes:
|
||||||
label: Act Command Used
|
label: Act Command Used
|
||||||
description: |
|
description: |
|
||||||
Share the entire act command which was used. This can be obtained from the VS Code task used to execute the workflow.
|
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.
|
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. ⚠️
|
⚠️ Please make sure all sensitive information is removed. ⚠️
|
||||||
placeholder: |
|
placeholder: |
|
||||||
act -P ubuntu-latest=node:12 -v ...
|
act -P ubuntu-latest=node:12 -v ...
|
||||||
render: sh
|
render: sh
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: act-command-output
|
id: act-command-output
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user