Skip to content

Commit

Permalink
adding escapes"
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 19, 2024
1 parent d7cd532 commit 68dc65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/armbian_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
JSON=$(cat ${{ github.event_path }})
JSON="${JSON//'%'/'%25'}"
# JSON="${JSON//$'\n'/'%0A'}"
# JSON="${JSON//$'\r'/'%0D'}"
JSON="${JSON//$'\n'/'%0A'}"
JSON="${JSON//$'\r'/'%0D'}"
echo "$JSON"
echo "name=event_details::${JSON}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 68dc65e

Please sign in to comment.