From 3e171993a3b0c5824f297d1e77dd57863d7e267c Mon Sep 17 00:00:00 2001 From: Rene Montilva Date: Sun, 17 Nov 2024 20:59:36 +0100 Subject: [PATCH] fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infra-aws repo --- .github/workflows/sync-modules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-modules.yml b/.github/workflows/sync-modules.yml index 1ec38a2..06bea52 100644 --- a/.github/workflows/sync-modules.yml +++ b/.github/workflows/sync-modules.yml @@ -49,7 +49,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }} - name: template-${{ github.run_id }} + name: pull-request-${{ github.run_id }} include-hidden-files: true pull_request: runs-on: ubuntu-latest @@ -58,7 +58,7 @@ jobs: - name: Download Workspace uses: actions/download-artifact@v4 with: - name: template-${{ github.run_id }} + name: pull-request-${{ github.run_id }} - name: list files run: | pwd