Skip to content

Commit f1c223b

Browse files
committed
Don't send commit message on integration step
This is now handled in the called integration workflow (cherry picked from commit c821b89)
1 parent bfaa84e commit f1c223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ jobs:
188188
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
189189
with:
190190
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
191-
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
191+
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
192192
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
193193
secrets: inherit

0 commit comments

Comments
 (0)