Skip to content

Commit

Permalink
Do not create a new commit for the generated documents rather add the…
Browse files Browse the repository at this point in the history
…m to the original commit that triggered the changes

Signed-off-by: Ayush Joshi <[email protected]>
  • Loading branch information
joshiayush committed Oct 13, 2023
1 parent 56f966d commit 54368bb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,9 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: |
Auto-generated documentation update - [docs-release-${{github.event.repository.updated_at}}]
This commit contains the updated version of the documentation that was
automatically generated by the generate docs tool on [${{github.event.repository.updated_at}}].
This includes any changes made to the codebase, new features, and bug
fixes.
Signed-off-by: github-actions[bot]
branch: master
commit_options: '--amend --no-edit'
push_options: '--force'

build:
needs: commit
Expand Down

0 comments on commit 54368bb

Please sign in to comment.