This action is used to do git pull LFS leveraging github action cache
Your have to checkout your project containing the Dockerfile before running the action. Be sure to set lfs to false.
See action.yml
Basic:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Pull LFS
uses: cresh-io/action-cached-git-lfs-pull@v1
This composite is inspired of the great works of : action-cached-lfs-checkout
The scripts and documentation in this project are released under the MIT License
Git lfs pull using github action cache is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.