Skip to content

Commit

Permalink
Update weekly_submit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Oct 24, 2023
1 parent 518e04a commit 6d0e539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/weekly_submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: |
echo "Read changes list from json"
content=`cat ./tools/.github/scripts/utils/changes_db.json`
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
content="${content//$'\r'/'%0D'}"
echo "::set-output name=packageJson::$content"
- run: |
Expand Down

0 comments on commit 6d0e539

Please sign in to comment.