Skip to content

Commit

Permalink
Merge pull request #119 from usefulness/updates
Browse files Browse the repository at this point in the history
Fix action outputs description
  • Loading branch information
mateuszkwiecinski authored Feb 16, 2024
2 parents 73c852b + ba2141b commit 68e67bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ outputs:
description: "Path to a file containing the raw diff output"
value: ${{ steps.diff-generator.outputs.file-diff }}
dependencies-current:
description: ""
description: "Path to a file containing dependencies dump from currently checked out ref"
value: ${{ steps.diff-generator.outputs.dependencies-current }}
dependencies-previous:
description: ""
description: "Path to a file containing dependencies dump from `github.base_ref`"
value: ${{ steps.diff-generator.outputs.dependencies-previous }}
branding:
color: 'red'
Expand Down

0 comments on commit 68e67bc

Please sign in to comment.