Skip to content

Commit

Permalink
Fix a typo in the readme (#5)
Browse files Browse the repository at this point in the history
mwestphal authored Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8684b8d commit e90cd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
# 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
uses: f3d-app/lfs-data-cache-action@v1
#----------------------------------------------------------------------------
# Actual CI: Recover LFS data first
@@ -84,7 +84,7 @@ jobs:
lfs: false
- name: Recover LFS Data
uses: f3d-app/lfs-data-cache-action:v1
uses: f3d-app/lfs-data-cache-action@v1
with:
workflow_label: 'consumer'
lfs_sha: ${{ needs.cache_lfs.outputs.lfs_sha}}

0 comments on commit e90cd07

Please sign in to comment.