Update changelog and fix workflos file

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2023-06-19 08:15:39 +02:00
Родитель 3a43f978f5
Коммит f12445b719
2 изменённых файлов: 3 добавлений и 1 удалений

2
.github/workflows/pull-checks.yml поставляемый
Просмотреть файл

@ -32,7 +32,7 @@ jobs:
totalcnt="$(echo "$lines" | wc -l)"
echo "totalcount=$totalcnt" >> $GITHUB_OUTPUT
#
cnt="$(echo "$lines" | grep -v '^package-lock.json$' | grep -v '^\.github/workflows/' | wc -l)"
cnt="$(echo "$lines" | grep -v '^package-lock.json$' | grep -v '^composer.lock$' | grep -v '^\.github/workflows/' | wc -l)"
echo "num=$cnt" >> $GITHUB_OUTPUT
#
echo "That are $totalcnt changed files. After reducing the number there are $cnt files left."

Просмотреть файл

@ -37,6 +37,8 @@
[#1707](https://github.com/nextcloud/cookbook/pull/1707) @christianlupus
- Allow remote debugging of the test python scripts
[#1713](https://github.com/nextcloud/cookbook/pull/1713) @christianlupus
- Update PHP dependencies
[#1729](https://github.com/nextcloud/cookbook/pull/1729) @dependabot @christianlupus
## 0.10.2 - 2023-03-24