Skip to content

Commit 2241d16

Browse files
committed
Don't send commit message on integration step (#1084)
This is now handled in the called integration workflow (cherry picked from commit ad4ace6) [skip ci]
1 parent 3e2faab commit 2241d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,5 @@ jobs:
215215
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
216216
with:
217217
VERSION: ${{ needs.build.outputs.NUGET_VERSION }}
218-
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
219218
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
220219
secrets: inherit

0 commit comments

Comments
 (0)