Skip to content

Commit

Permalink
fixup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 5, 2024
1 parent eda1ccc commit 2515e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ jobs:
uses: actions/checkout@v3
with:
path: 'source'
fetch-depth: 0
fetch-depth: 1
lfs: false
# Use producer action to recover the LFS data and upload it as cache/artifacts
- name: Cache LFS Data
id: lfs_sha_recover
uses: f3d-app/lfs-data-cache-action:v1
#----------------------------------------------------------------------------
Expand Down

0 comments on commit 2515e60

Please sign in to comment.