chore(terraform): fix (#4963)

This commit is contained in:
Piyush Jain
2025-03-15 19:02:05 +05:30
committed by GitHub
parent dbbd77a8eb
commit a371bdaedd

View File

@@ -89,4 +89,5 @@ jobs:
id: apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: terraform apply .planfile
working-directory: "infra/terraform"