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 1ed6441 commit 312f2abCopy full SHA for 312f2ab
README.md
@@ -31,14 +31,14 @@ vimdoc.
31
- uses: actions/checkout@v2
32
- uses: kdheepak/panvimdoc@main
33
with:
34
- vimdoc: ${VIMDOC_PROJECT_NAME}
+ vimdoc: __VIMDOC_PROJECT_NAME_HERE__
35
- uses: stefanzweifel/git-auto-commit-action@v4
36
37
commit_message: "Auto generate docs"
38
branch: ${{ github.head_ref }}
39
```
40
41
-3. `README.md` gets converted to `./doc/${VIMDOC_PROJECT_NAME}.txt` and committed to the repo.
+3. `README.md` gets converted to `./doc/__VIMDOC_PROJECT_NAME_HERE__.txt` and committed to the repo.
42
43
# Usage
44
0 commit comments