mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
Add missing spaces.
This commit is contained in:
parent
b7c9089198
commit
b79474c2bf
8
.github/workflows/docs-pr.yml
vendored
8
.github/workflows/docs-pr.yml
vendored
@ -23,21 +23,21 @@ jobs:
|
|||||||
- name: PR comment
|
- name: PR comment
|
||||||
uses: ansible-collections/community.hashi_vault/.github/actions/docs/ansible-docs-build-comment@main
|
uses: ansible-collections/community.hashi_vault/.github/actions/docs/ansible-docs-build-comment@main
|
||||||
with:
|
with:
|
||||||
body-includes: '##Docs Build'
|
body-includes: '## Docs Build'
|
||||||
reactions: heart
|
reactions: heart
|
||||||
action: ${{ needs.build-docs.outputs.changed != 'true' && 'remove' || '' }}
|
action: ${{ needs.build-docs.outputs.changed != 'true' && 'remove' || '' }}
|
||||||
on-closed-body: |
|
on-closed-body: |
|
||||||
##Docs Build 📝
|
## Docs Build 📝
|
||||||
|
|
||||||
This PR is closed and any previously published docsite has been unpublished.
|
This PR is closed and any previously published docsite has been unpublished.
|
||||||
on-merged-body: |
|
on-merged-body: |
|
||||||
##Docs Build 📝
|
## Docs Build 📝
|
||||||
|
|
||||||
Thank you for contribution!✨
|
Thank you for contribution!✨
|
||||||
|
|
||||||
This PR has been merged and your docs changes will be incorporated when they are next published.
|
This PR has been merged and your docs changes will be incorporated when they are next published.
|
||||||
body: |
|
body: |
|
||||||
##Docs Build 📝
|
## Docs Build 📝
|
||||||
|
|
||||||
Thank you for contribution!✨
|
Thank you for contribution!✨
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user