Skip to content

Commit

Permalink
ci: Update GitHub Actions and commit message format
Browse files Browse the repository at this point in the history
- Update the `checkout` action to version `v4`
- Update the `git-auto-commit-action` to version `v5`
  • Loading branch information
rmagatti committed Jun 21, 2024
1 parent 7d7eeac commit f38842d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
name: emmylua to vimdoc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generating help
run: |
curl -Lq https://github.com/numToStr/lemmy-help/releases/latest/download/lemmy-help-x86_64-unknown-linux-gnu.tar.gz | tar xz
./lemmy-help ./lua/auto-session/init.lua ./lua/auto-session/autocmds.lua ./lua/auto-session/session-lens/init.lua ./lua/auto-session/session-lens/actions.lua > doc/${{env.PLUGIN_NAME}}.txt
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.head_ref }}
commit_message: "chore(docs): auto-generate vimdoc"
Expand Down

0 comments on commit f38842d

Please sign in to comment.