We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2faab commit 2241d16Copy full SHA for 2241d16
.github/workflows/Build.yml
@@ -215,6 +215,5 @@ jobs:
215
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
216
with:
217
VERSION: ${{ needs.build.outputs.NUGET_VERSION }}
218
- COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
219
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
220
secrets: inherit
0 commit comments