File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
markdown-templates/step-feedback Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
{{#passed}}
2
+
2
3
## Step {{ step_number }} - Passed ✅
4
+
3
5
{{/passed}}
4
6
{{^passed}}
7
+
5
8
## Step {{ step_number }} - Fail ❌
9
+
6
10
{{/passed}}
7
11
8
12
{{#passed}}
9
- <img src =" https://octodex.github.com/images/inflatocat.png " align =" right " height =" 200px " />
13
+ <img src =" https://octodex.github.com/images/inflatocat.png " align =" right " height =" 200px " alt = " Inflatocat image indicating the step passed " />
10
14
{{/passed}}
11
15
{{^passed}}
12
- <img src =" https://octodex.github.com/images/spidertocat.png " align =" right " height =" 100px " />
16
+ <img src =" https://octodex.github.com/images/spidertocat.png " align =" right " height =" 100px " alt = " Spidertocat image indicating the step failed " />
13
17
Some checks failed. Please review the results below and try again.
14
18
15
19
Time to find the bug! 🤔
16
20
{{/passed}}
17
21
18
- | Status | Name | Message |
19
- | --- | --- | --- |
22
+ | Status | Description |
23
+ | --- | --- |
20
24
{{#results_table}}
21
- | {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ name }} | {{ message }} |
25
+ | {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ description }} |
22
26
{{/results_table}}
23
27
24
28
{{#tips.length}}
29
+
25
30
### Tips
26
31
27
32
{{#tips}}
33
+
28
34
- {{.}}
29
- {{/tips}}
30
- {{/tips.length}}
35
+ {{/tips}}
36
+ {{/tips.length}}
You can’t perform that action at this time.
0 commit comments