mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-29 10:10:55 +08:00
fix it
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5e14e807ac
commit
a592288f82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-helm.yml
vendored
2
.github/workflows/lint-helm.yml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
|||
|
||||
- name: Run chart-testing (install)
|
||||
id: install
|
||||
run: ct install --debug --chart-dirs nextcloud-aio-helm-chart
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --debug --chart-dirs nextcloud-aio-helm-chart
|
||||
|
|
Loading…
Reference in a new issue