Skip to content

Commit

Permalink
Merge branch 'develop' into fix/invalid-structured-data
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio authored Jan 27, 2024
2 parents 2ff79a9 + bca7b6d commit c5c3df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "body=$body" >> $GITHUB_OUTPUT
echo ::set-output name=body::$body
- name: Find Comment
uses: peter-evans/find-comment@v1
Expand Down

0 comments on commit c5c3df8

Please sign in to comment.