2024-05-24 11:08:07 +00:00
|
|
|
comment:
|
|
|
|
glob-options:
|
|
|
|
dot: true
|
|
|
|
snippets:
|
|
|
|
- id: image-{{ imageOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
|
|
|
#### :hammer: Docker build `{{ imageOutcome }}`
|
|
|
|
|
|
|
|
- id: build-{{ buildOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
|
|
|
#### :wrench: Jekyll build `{{ buildOutcome }}`
|
|
|
|
|
|
|
|
- id: deploy-{{ deployOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
|
|
|
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
|
2025-08-19 09:32:14 +00:00
|
|
|
#### :link: Preview site `{{ deployLink }}`
|
2024-05-24 11:08:07 +00:00
|
|
|
|
|
|
|
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
|
|
|
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}*
|