mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
Replace deprecated command with environment file (#5776)
This commit is contained in:
6
.github/workflows/analyze_comment.yml
vendored
6
.github/workflows/analyze_comment.yml
vendored
@@ -44,8 +44,8 @@ jobs:
|
||||
body="${body//'%'/'%25'}"
|
||||
body="${body//$'\n'/'%0A'}"
|
||||
body="${body//$'\r'/'%0D'}"
|
||||
echo ::set-output name=body::$body
|
||||
echo ::set-output name=pr-number::$pr_number
|
||||
echo "body=$body" >> $GITHUB_OUTPUT
|
||||
echo "pr-number=$pr_number" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Find Comment
|
||||
uses: peter-evans/find-comment@v1
|
||||
@@ -69,4 +69,4 @@ jobs:
|
||||
issue-number: ${{ steps.get-comment-body.outputs.pr-number }}
|
||||
body: ${{ steps.get-comment-body.outputs.body }}
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
edit-mode: replace
|
||||
edit-mode: replace
|
||||
|
||||
Reference in New Issue
Block a user