From 0b298b27b203760118396b18bf81a01d258b6710 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Mon, 29 Jan 2024 15:36:16 +0000 Subject: [PATCH] test --- .github/workflows/actions.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b1066d0..6a02807 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,12 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 - - - name: Change directory - run: | - cd terraform-config - ls + uses: actions/checkout@v3 # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform