Skip to content

Commit

Permalink
fixup output
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 4, 2024
1 parent 3580040 commit 8a02b1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ inputs:
description: 'Existing directory to copy LFS data to'
default: 'source'
outputs:
lfs_sha: ${{ steps.lfs_sha_recover.outputs.lfs_sha }}
lfs_sha:
description: 'The lfs_sha generated by a producer action'
value: ${{ steps.lfs_sha_recover.outputs.lfs_sha }}

runs:
using: "composite"
Expand Down

0 comments on commit 8a02b1b

Please sign in to comment.