mirror of
https://gitea.com/actions/upload-artifact.git
synced 2024-11-09 18:25:58 +01:00
Fix typ in bug-report.yml
This commit is contained in:
parent
65d862660a
commit
62bf53511f
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -51,7 +51,7 @@ body:
|
||||||
options:
|
options:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
- linux
|
- linux
|
||||||
- window
|
- windows
|
||||||
- macos
|
- macos
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -60,4 +60,4 @@ body:
|
||||||
id: ghes
|
id: ghes
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you on GitHub Enterprise Server? If so, what version?
|
label: Are you on GitHub Enterprise Server? If so, what version?
|
||||||
placeholder: vX.Y
|
placeholder: vX.Y
|
||||||
|
|
Loading…
Reference in a new issue