From 2241d16bada4ecc5349e64c4d6afd89f0e3b65fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Echag=C3=BCe?= Date: Mon, 25 Nov 2024 14:47:46 -0300 Subject: [PATCH] Don't send commit message on integration step (#1084) This is now handled in the called integration workflow (cherry picked from commit ad4ace6415fe7830128a585a61ef819e98d7fef2) [skip ci] --- .github/workflows/Build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 402287cf9..40c0d3934 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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