Skip to content

Commit

Permalink
Test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Nov 22, 2023
1 parent 6719dcc commit 7d8763b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_generate_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Install CLI
shell: bash
run: go get -u github.com/tj-actions/auto-doc/v3
run: go install -u github.com/tj-actions/auto-doc/v3
# run: go get -u github.com/tj-actions/auto-doc/v3

- name: Generates docs
shell: bash
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
with:
add-untracked: "true"
pass-empty-commit: "true"
commit-message: "Committing all the awesome changes in my repository!"
commit-message: "auto-doc: Updated Docs"
github-email: "${{ secrets.GH_EMAIL }}"
github-username: "${{ secrets.GH_USERNAME }}"
github-token: "${{ secrets.GH_TOKEN }}"

0 comments on commit 7d8763b

Please sign in to comment.