Skip to content

Commit

Permalink
Don't send commit message on integration step (#1084)
Browse files Browse the repository at this point in the history
This is now handled in the called integration workflow
  • Loading branch information
jechague authored Nov 25, 2024
1 parent 9b6e49b commit ad4ace6
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 @@ -209,6 +209,5 @@ jobs:
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
with:
VERSION: ${{ needs.build.outputs.NUGET_VERSION }}
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
secrets: inherit

0 comments on commit ad4ace6

Please sign in to comment.