There was an error while loading. Please reload this page.
1 parent fc2e89c commit 8e4f8c5Copy full SHA for 8e4f8c5
1 file changed
.github/workflows/analyze_comment.yml
@@ -44,8 +44,8 @@ jobs:
44
body="${body//'%'/'%25'}"
45
body="${body//$'\n'/'%0A'}"
46
body="${body//$'\r'/'%0D'}"
47
- echo ::set-output name=body::$body
48
- echo ::set-output name=pr-number::$pr_number
+ echo "body=$body" >> $GITHUB_OUTPUT
+ echo "pr-number=$pr_number" >> $GITHUB_OUTPUT
49
50
- name: Find Comment
51
uses: peter-evans/find-comment@v1
@@ -69,4 +69,4 @@ jobs:
69
issue-number: ${{ steps.get-comment-body.outputs.pr-number }}
70
body: ${{ steps.get-comment-body.outputs.body }}
71
comment-id: ${{ steps.fc.outputs.comment-id }}
72
- edit-mode: replace
+ edit-mode: replace
0 commit comments