We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why?
This is what I'm using to create a pull request to update the vimdoc
on: push: branches: - main name: docs permissions: pull-requests: write contents: write jobs: docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: panvimdoc uses: kdheepak/panvimdoc@main with: vimdoc: "<name>" dedupsubheadings: false version: "Neovim >= 0.9.4" demojify: true - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: base: "main"
.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check the docs?
Is your feature request related to a problem? Please describe.
Why?
Describe the solution you'd like
This is what I'm using to create a pull request to update the vimdoc
Describe alternatives you've considered
.
Additional context
No response
The text was updated successfully, but these errors were encountered: