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

(cherry picked from commit 1ddae23)

[skip ci]
  • Loading branch information
jechague committed Nov 22, 2024
1 parent 276cbd1 commit acd497a
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 acd497a

Please sign in to comment.