File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ jobs:
198
198
token : ${{ secrets[needs.automation.outputs.token-secret-name] }}
199
199
200
200
- name : Update release notes
201
+ env :
202
+ COMMENT_BODY : ${{ github.event.comment.body }}
201
203
shell : pwsh
202
204
run : |
203
205
Import-Module .\build\scripts\prepare-release.psm1
@@ -207,6 +209,6 @@ jobs:
207
209
-pullRequestNumber '${{ github.event.issue.number }}' `
208
210
-botUserName '${{ needs.automation.outputs.username }}' `
209
211
-commentUserName '${{ github.event.comment.user.login }}' `
210
- -commentBody '${{ github.event.comment.body }}' `
212
+ -commentBody $Env:COMMENT_BODY `
211
213
-gitUserName '${{ needs.automation.outputs.username }}' `
212
214
-gitUserEmail '${{ needs.automation.outputs.email }}'
You can’t perform that action at this time.
0 commit comments