Skip to content

Commit

Permalink
Use correct config for repository
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 22, 2024
1 parent 6771603 commit 0a7017e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a7017e

Please sign in to comment.