Skip to content

Commit

Permalink
Fix broken diff action output (#468)
Browse files Browse the repository at this point in the history
Fix diff broken in #459
  • Loading branch information
allenporter authored Dec 24, 2023
1 parent 81664bb commit 37c70b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
outputs:
diff:
description: Output of the diff command or empty if there is no diff
value: ${{ steps.flux_diff.outputs.diff }}
value: ${{ steps.flux_diff_output.outputs.diff }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 37c70b7

Please sign in to comment.