Update .gitea/workflows/authentik-apps.yaml

This commit is contained in:
2025-09-16 12:33:20 +00:00
parent 84dcdc343a
commit e516f95f77
+5
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