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 a22facb commit 2cfa183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
content="${content//$'\r'/'%0D'}"
echo "packageJson=$content" >> $GITHUB_OUTPUT
echo "packageJson=$content" >> "$GITHUB_OUTPUT"
- run: |
echo "${{ steps.get_changes.outputs.packageJson }}"
Expand Down

0 comments on commit 2cfa183

Please sign in to comment.