Skip to content

Commit 1ddae23

Browse files
authored
Don't send commit message on integration step (#914)
This is now handled in the called integration workflow
1 parent 309497c commit 1ddae23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,5 @@ jobs:
189189
with:
190190
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
191191
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
192-
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
193192
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
194193
secrets: inherit

0 commit comments

Comments
 (0)