Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellatman committed Nov 27, 2024
1 parent a927562 commit 2a573cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if: steps.git-check.outputs.changes == 'true'
run: |
if [ -f "temp/commit-msg.txt" ]; then
MSG=$(cat temp/commit-msg.txt)
echo "message=$MSG" >> "$GITHUB_OUTPUT"
MSG=$(cat temp/commit-msg.txt | tr '\n' ' ' | sed 's/"/\\"/g')
echo "message=${MSG}" >> "$GITHUB_OUTPUT"
else
echo "message=chore(packages): update MCP package list" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 2a573cf

Please sign in to comment.