mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 10:29:08 +08:00
fix dependency updates
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
bd4b3d69d6
commit
cbec4df965
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dependency-updates.yml
vendored
2
.github/workflows/dependency-updates.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
cd ./php
|
||||
composer update
|
||||
set +e
|
||||
ALL_LINES="$(composer outdated | grep -v "psr/container")"
|
||||
ALL_LINES="$(composer outdated | grep -v "psr/container\|^$\|Direct dependencies:\|Everything up to date\|Transitive dependencies:")"
|
||||
set -e
|
||||
while [ -n "$ALL_LINES" ]; do
|
||||
CURRENT_LINE="$(echo "$ALL_LINES" | head -1)"
|
||||
|
|
Loading…
Reference in a new issue