mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +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
|
||||
uses: ansible-collections/community.hashi_vault/.github/actions/docs/ansible-docs-build-comment@main
|
||||
with:
|
||||
body-includes: '##Docs Build'
|
||||
body-includes: '## Docs Build'
|
||||
reactions: heart
|
||||
action: ${{ needs.build-docs.outputs.changed != 'true' && 'remove' || '' }}
|
||||
on-closed-body: |
|
||||
##Docs Build 📝
|
||||
## Docs Build 📝
|
||||
|
||||
This PR is closed and any previously published docsite has been unpublished.
|
||||
on-merged-body: |
|
||||
##Docs Build 📝
|
||||
## Docs Build 📝
|
||||
|
||||
Thank you for contribution!✨
|
||||
|
||||
This PR has been merged and your docs changes will be incorporated when they are next published.
|
||||
body: |
|
||||
##Docs Build 📝
|
||||
## Docs Build 📝
|
||||
|
||||
Thank you for contribution!✨
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user