From 9893642fa497c388d3e755f0e723cc6c65c8da77 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Mon, 31 Mar 2025 12:39:32 +0200 Subject: [PATCH] Final infra setup pipeline --- .github/workflows/setup-infra-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 402f61ef0..087925b3a 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -64,7 +64,7 @@ jobs: - name: Refactor changes push run: | cd cicd/grid-capstone-terraform-infra - git add . + git add *.tf git commit -am 'Refactored syntax and structure in .tf files' git push