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