CI: update actions
This commit is contained in:
parent
8f42401aa8
commit
083a5cf3c1
6 changed files with 8 additions and 8 deletions
4
.github/workflows/man-update.yaml
vendored
4
.github/workflows/man-update.yaml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
run: sudo apt install pandoc
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Build man pages
|
||||
run: make man
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
name: Commit
|
||||
with:
|
||||
commit_message: "[gha] build man pages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue