Update .gitea/workflows/authentik-apps.yaml
Some checks failed
Terraform / Terraform (push) Failing after 20s
Check with kubeconform / lint (push) Successful in 9s

This commit is contained in:
ab
2025-09-16 12:33:20 +00:00
parent 84dcdc343a
commit e516f95f77

View File

@@ -31,6 +31,11 @@ jobs:
run: terraform init run: terraform init
working-directory: ./terraform/authentik working-directory: ./terraform/authentik
- name: Terraform Format
run: pwd && ls -la
continue-on-error: true
working-directory: ./terraform/authentik
- name: Terraform Format - name: Terraform Format
run: terraform fmt -check run: terraform fmt -check
continue-on-error: true continue-on-error: true