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