Skip to content

Commit 6b99e1c

Browse files
committed
Link GitHub action file in generated commit
1 parent 7d418ae commit 6b99e1c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/docs-update-install.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- uses: Automattic/action-commit-to-branch@master
2323
with:
2424
branch: master
25-
commit_message: Auto-update installation instructions in the docs
25+
commit_message: |
26+
Auto-update install docs
27+
28+
Via .github/workflows/docs-update-install.yml
29+
2630
env:
2731
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You are invited to submit fixes and improvements to the docs by editing [this fi
4747
THE INSTALLATION SECTION IS GENERATED
4848
4949
Do not edit here, but in docs/installation/.
50-
50+
TEST
5151
-->
5252

5353
- [Universal](#universal)

0 commit comments

Comments
 (0)