Skip to content

Commit acd497a

Browse files
committed
Don't send commit message on integration step (#914)
This is now handled in the called integration workflow (cherry picked from commit 1ddae23) [skip ci]
1 parent 276cbd1 commit acd497a

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)