You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: Checklist
14
+
description: Checklist before creating an issue.
15
+
options:
16
+
- label: "I am using the latest version of this aciton."
17
+
required: true
18
+
- label: "I have read the latest README and followed the instructions."
19
+
required: true
20
+
- label: "I have read the latest GitHub Actions official documentation and learned the basic spec and concepts."
21
+
required: true
22
+
- type: textarea
23
+
attributes:
24
+
label: Describe your question
25
+
description: A clear and concise description of what the question is.
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Relevant links
31
+
description:
32
+
Links to your public repository, YAML config file, and YAML workflow file.
33
+
Please use [a permanent link](https://docs.github.com/en/github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files), not a default branch.
34
+
render: markdown
35
+
value: |
36
+
Public repository:
37
+
YAML config:
38
+
YAML workflow:
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
attributes:
43
+
label: Relevant log output
44
+
description: Copy and paste any relevant log output here.
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
attributes:
49
+
label: Additional context.
50
+
description: Write any other context about the question here.
description: Try the User Support Issue Template first.
3
+
title: ''
4
+
labels: bug
5
+
assignees: peaceiris
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value:
10
+
Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: Checklist
14
+
description: Checklist before creating an issue.
15
+
options:
16
+
- label: "I am using the latest version of this aciton."
17
+
required: true
18
+
- label: "I have read the latest README and followed the instructions."
19
+
required: true
20
+
- label: "I have read the latest GitHub Actions official documentation and learned the basic spec and concepts."
21
+
required: true
22
+
- type: textarea
23
+
attributes:
24
+
label: "Describe the bug"
25
+
description: "A clear and concise description of what the bug is."
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Relevant links
31
+
description:
32
+
Links to your public repository, YAML config file, and YAML workflow file.
33
+
Please use [a permanent link](https://docs.github.com/en/github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files), not a default branch.
34
+
render: markdown
35
+
value: |
36
+
Public repository:
37
+
YAML config:
38
+
YAML workflow:
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
attributes:
43
+
label: Relevant log output
44
+
description: Copy and paste any relevant log output here.
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
attributes:
49
+
label: Additional context.
50
+
description: Write any other context about the question here.
0 commit comments