From 0a7017ec060517b21252f9c47e2dc08c4c702505 Mon Sep 17 00:00:00 2001 From: Barry d'Hoine Date: Fri, 22 Nov 2024 02:03:24 +0100 Subject: [PATCH] Use correct config for repository --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c287cc5..f820622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,14 +29,13 @@ jobs: - name: Checkout AEM SDK artifacts repository uses: actions/checkout@v4 with: - name: orbinson/aem-sdk-artifacts + repository: orbinson/aem-sdk-artifacts ref: main lfs: true token: ${{ secrets.PRIVATE_TOKEN }} path: aem-sdk-artifacts - name: Pull SDK run: | - ls -la cd aem-sdk-artifacts ls -la git lfs pull --include="aem-sdk-${{ env.AEM_SDK_VERSION }}.zip"