Skip to content

Commit

Permalink
Configure lfs in checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 22, 2024
1 parent 013c62e commit c8f0dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ jobs:
with:
name: orbinson/aem-sdk-artifacts
ref: main
lfs: true
token: ${{ secrets.PRIVATE_TOKEN }}
path: aem-sdk-artifacts
- name: Pull SDK
run: |
cd aem-sdk-artifacts
ls -la
git lfs pull --include="aem-sdk-${{ env.AEM_SDK_VERSION }}.zip"
ls -la
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
# - name: Set up Docker Buildx
Expand Down

0 comments on commit c8f0dae

Please sign in to comment.