ci: fix workflows

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-11 14:49:16 +01:00
parent 38cc2c1ab0
commit 09969afd57
17 changed files with 74 additions and 58 deletions

View file

@ -35,7 +35,7 @@ jobs:
run: |
dirs=$(find . \! -name . -prune -type d)
for dir in $dirs; do
(cd $dir; make manifests generate)
(cd "$dir"; make manifests generate)
done
- name: Check diff and fail on changes