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 11{{#passed}}
2+
23## Step {{ step_number }} - Passed ✅
4+
35{{/passed}}
46{{^passed}}
7+
58## Step {{ step_number }} - Fail ❌
9+
610{{/passed}}
711
812{{#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 " />
1014{{/passed}}
1115{{^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 " />
1317Some checks failed. Please review the results below and try again.
1418
1519Time to find the bug! 🤔
1620{{/passed}}
1721
18- | Status | Name | Message |
19- | --- | --- | --- |
22+ | Status | Description |
23+ | --- | --- |
2024{{#results_table}}
21- | {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ name }} | {{ message }} |
25+ | {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ description }} |
2226{{/results_table}}
2327
2428{{#tips.length}}
29+
2530### Tips
2631
2732{{#tips}}
33+
2834- {{.}}
29- {{/tips}}
30- {{/tips.length}}
35+ {{/tips}}
36+ {{/tips.length}}
You can’t perform that action at this time.
0 commit comments