Skip to content

Commit

Permalink
Don't send commit message on integration step (#914)
Browse files Browse the repository at this point in the history
This is now handled in the called integration workflow
  • Loading branch information
jechague authored Nov 22, 2024
1 parent 309497c commit 1ddae23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,5 @@ jobs:
with:
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
secrets: inherit

0 comments on commit 1ddae23

Please sign in to comment.