Skip to content

Commit

Permalink
Update composer-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Sep 6, 2021
1 parent 931ee49 commit 0893ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
id: update
run: |
composer update --no-ansi 2>&1 | tee COMPOSER_LOG
sed -i -e '1icomposer update log:\n```\' COMPOSER_LOG
sed -i -e '1i```\' COMPOSER_LOG
sed -i -e '1icomposer update log:\' COMPOSER_LOG
echo '```' &>> COMPOSER_LOG
echo ::set-output name=message::$(cat COMPOSER_LOG | jq -aRs)
- name: Check for changes
Expand Down

0 comments on commit 0893ecb

Please sign in to comment.