Skip to content

fix(fetches)!: empty let_expressions #15

fix(fetches)!: empty let_expressions

fix(fetches)!: empty let_expressions #15

Workflow file for this run

name: vimdoc
on:
push:
branches:
- master
path:
- "README.md"
workflow_dispatch:
jobs:
vimdocgen:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: nix-update
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): auto generate vimdoc"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"