Add the template in the legacy GitHub path
Jekyll / jekyll (pull_request) Failing after 20s
Details
Jekyll / jekyll (pull_request) Failing after 20s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7af76bd914
commit
f89cb1623c
|
@ -0,0 +1,35 @@
|
|||
comment:
|
||||
glob-options:
|
||||
dot: true
|
||||
snippets:
|
||||
- id: asciidoc-{{ asciidocOutcome }}
|
||||
files:
|
||||
- '**'
|
||||
body: |
|
||||
#### :hammer: AsciiDoc conversion `{{ asciidocOutcome }}`
|
||||
|
||||
- id: verify-{{ verifyOutcome }}
|
||||
files:
|
||||
- '**'
|
||||
body: |
|
||||
#### :mag: Broken link verification `{{ verifyOutcome }}`
|
||||
<details><summary>Verification Output</summary>
|
||||
|
||||
```
|
||||
{{ verifyOutputsResult }}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
- id: deploy-{{ deployOutcome }}
|
||||
files:
|
||||
- '**'
|
||||
body: |
|
||||
#### :rocket: AsciiDoc deploy `{{ deployOutcome }}`
|
||||
#### :link: Preview documentation [here]({{ deployUrl }})
|
||||
|
||||
- id: pusher-{{ githubActor }}-{{ githubEventName }}-{{ githubRunNumber }}-{{ githubRunAttempt }}
|
||||
files:
|
||||
- '**'
|
||||
body: |
|
||||
*Pusher: @{{ githubActor }}, Action: `{{ githubEventName }}`, Workflow: `{{ githubWorkflow }}`, Run: {{ githubRunNumber }}/{{ githubRunAttempt }}*
|
Loading…
Reference in New Issue