GitHub pull LFS leveraging github action cache
Go to file
2023-03-08 10:32:13 +01:00
.github chore(ci): enable dependabot on ga (#2) 2023-03-07 17:42:16 +01:00
action.yml chore(deps): bump actions/cache from 2 to 3 (#3) 2023-03-07 18:02:54 +01:00
CHANGELOG.md chore(release): 1.0.1 2023-03-08 10:32:13 +01:00
LICENSE Initial commit 2021-12-02 10:39:52 +01:00
README.md feat: initial version (#1) 2021-12-02 11:25:28 +01:00

Action-cached-git-fls-pull

This action is used to do git pull LFS leveraging github action cache

Requirement

Your have to checkout your project containing the Dockerfile before running the action. Be sure to set lfs to false.

Usage

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

Thanks

This composite is inspired of the great works of : action-cached-lfs-checkout

License

The scripts and documentation in this project are released under the MIT License