We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732ebf1 commit d88b011Copy full SHA for d88b011
1 file changed
.github/workflows/promote.yml
@@ -96,6 +96,7 @@ jobs:
96
assignees: '${{ github.triggering_actor }}'
97
author: '${{ env.GIT_AUTHOR_NAME }} <${{ env.GIT_AUTHOR_EMAIL }}>'
98
committer: '${{ env.GIT_COMMITTER_NAME }} <${{ env.GIT_COMMITTER_EMAIL }}>'
99
+ signoff: true
100
base: ${{ inputs.branch }}
101
body: |
- Automated promotion of ${{ inputs.component }} to ref ${{ inputs.ref }}.
102
+ Automated promotion of ${{ inputs.component }} to ref ${{ inputs.ref }}.
0 commit comments