We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d418ae commit 6b99e1cCopy full SHA for 6b99e1c
.github/workflows/docs-update-install.yml
@@ -22,6 +22,10 @@ jobs:
22
- uses: Automattic/action-commit-to-branch@master
23
with:
24
branch: master
25
- commit_message: Auto-update installation instructions in the docs
+ commit_message: |
26
+ Auto-update install docs
27
+
28
+ Via .github/workflows/docs-update-install.yml
29
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
docs/README.md
@@ -47,7 +47,7 @@ You are invited to submit fixes and improvements to the docs by editing [this fi
47
THE INSTALLATION SECTION IS GENERATED
48
49
Do not edit here, but in docs/installation/.
50
-
+TEST
51
-->
52
53
- [Universal](#universal)
0 commit comments