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 905d023 commit a927562
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
if: steps.git-check.outputs.changes == 'true'
run: |
if [ -f "temp/commit-msg.txt" ]; then
echo "message<<EOF" >> "$GITHUB_OUTPUT"
cat temp/commit-msg.txt >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
MSG=$(cat temp/commit-msg.txt)
echo "message=$MSG" >> "$GITHUB_OUTPUT"
else
echo "message=chore(packages): update MCP package list" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit a927562

Please sign in to comment.