comment: glob-options: dot: true snippets: - id: image-{{ imageOutcome }} files: - '**' body: | #### :hammer: Docker image `{{ imageOutcome }}` - id: build-{{ buildOutcome }} files: - '**' body: | #### :mag: Jekyll build `{{ buildOutcome }}`
Build Output ``` {{ buildOutputsResult }} ```
- id: deploy-{{ deployOutcome }} files: - '**' body: | #### :rocket: Jekyll deploy `{{ deployOutcome }}` #### :link: Preview documentation [here]({{ deployBaseUrl }}/{{ deployPrefix}}/{{ deploySuffix }}) - id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }} files: - '**' body: | *Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}*