Skip to content

Commit

Permalink
Add DCO signoff
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeny Malygin <[email protected]>
Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski and 678098 committed Oct 30, 2024
1 parent dcfa643 commit f10d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
cd docs/
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git commit -am "Update C++ API docs from commit ${{ github.sha }} on main"
git commit -s -am "Update C++ API docs from commit ${{ github.sha }} on main"
git push

0 comments on commit f10d75f

Please sign in to comment.