We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11224f commit c688f47Copy full SHA for c688f47
.github/workflows/release_actions.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_dir: ./docs
28
+ commit_message: "Update Docs (${GITHUB_SHA:0:7})"
29
publish:
30
needs: [generateJavadoc]
31
if: success()
0 commit comments