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

(cherry picked from commit ad4ace6)

[skip ci]
  • Loading branch information
jechague committed Nov 25, 2024
1 parent 3e2faab commit 2241d16
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 @@ -215,6 +215,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 2241d16

Please sign in to comment.