Skip to content

Commit d3d4e9a

Browse files
authored
Merge pull request #638 from anthonyeleven/improve-workflows-docs-pr
skip_changelog(workflow): Improve docs build notification language
2 parents 357dd8e + 38907ef commit d3d4e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
on-merged-body: |
8686
## Docs Build 📝
8787
88-
Thank you for contribution!✨
88+
Thank you for contributing!✨
8989
9090
This PR has been merged and the docs are now incorporated into `main`:
9191
${{ env.GHP_BASE_URL }}/branch/main
9292
body: |
9393
## Docs Build 📝
9494
95-
Thank you for contribution!✨
95+
Thank you for contributing!✨
9696
9797
The docs for **this PR** have been published here:
9898
${{ env.GHP_BASE_URL }}/pr/${{ github.event.number }}

0 commit comments

Comments
 (0)