From 3d862efaec797fb36a88fa5cd9af282032435748 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Mon, 29 Jan 2024 14:26:43 +0000 Subject: [PATCH] added change directory --- .github/workflows/actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 98fe0fa..8d5f2c7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,10 @@ jobs: runs-on: ubuntu-latest steps: + + - name: Change directory + uses: cd /terraform-config + - name: Checkout code uses: actions/checkout@v2