From c7507ddc07f4ea14c263bed9f950212c891431a1 Mon Sep 17 00:00:00 2001 From: Rene Montilva Date: Sun, 17 Nov 2024 16:49:16 +0100 Subject: [PATCH] fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infra-aws repo --- .github/workflows/sync-modules.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-modules.yml b/.github/workflows/sync-modules.yml index 1cc762f..0c7b193 100644 --- a/.github/workflows/sync-modules.yml +++ b/.github/workflows/sync-modules.yml @@ -14,13 +14,16 @@ jobs: ] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 + with: + path: le-tf-infra-aws-template - name: list files run: ls -la - name: Checkout le-tf-infra-aws repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: "binbashar/le-tf-infra-aws" + path: le-tf-infra-aws - name: list files le-tf-infra-aws run: ls -la - name: see both repos