Jongwoo Han
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.github/workflows/analyze_comment.yml
|
@ -44,8 +44,8 @@ jobs: |
|
|
body="${body//'%'/'%25'}" |
|
|
body="${body//'%'/'%25'}" |
|
|
body="${body//$'\n'/'%0A'}" |
|
|
body="${body//$'\n'/'%0A'}" |
|
|
body="${body//$'\r'/'%0D'}" |
|
|
body="${body//$'\r'/'%0D'}" |
|
|
echo ::set-output name=body::$body |
|
|
echo "body=$body" >> $GITHUB_OUTPUT |
|
|
echo ::set-output name=pr-number::$pr_number |
|
|
echo "pr-number=$pr_number" >> $GITHUB_OUTPUT |
|
|
|
|
|
|
|
|
- name: Find Comment |
|
|
- name: Find Comment |
|
|
uses: peter-evans/find-comment@v1 |
|
|
uses: peter-evans/find-comment@v1 |
|
|