From cded8721d07b7c4c71cf581d4b9bead77e2c80a6 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Mon, 29 Jan 2024 15:22:43 +0000 Subject: [PATCH] TEST3 --- .github/workflows/actions.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7378744..52e909a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,6 +15,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Change directory + run: | + cd path/to/your/folder + ls + # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform uses: hashicorp/setup-terraform@v1