Update .gitea/workflows/tf-plan.yml

This commit is contained in:
2023-12-11 13:18:29 +02:00
committed by Gitea Bot
parent 2c93ed56e8
commit e76783c886

View File

@@ -19,6 +19,8 @@ jobs:
tf-plan:
name: Terraform Plan
runs-on: ubuntu-latest
outputs:
tfplanexitcode: ${{ steps.tfplan.outputs.exitcode }}
steps:
- name: Clone blackbox repo