Skip to content

Commit 076d214

Browse files
authored
Don't send commit message on integration step
This is now handled in the called integration workflow
1 parent 9b6e49b commit 076d214

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
@@ -209,6 +209,5 @@ jobs:
209209
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
210210
with:
211211
VERSION: ${{ needs.build.outputs.NUGET_VERSION }}
212-
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
213212
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
214213
secrets: inherit

0 commit comments

Comments
 (0)