Skip to content

Commit

Permalink
fix output again?
Browse files Browse the repository at this point in the history
  • Loading branch information
tchupp committed Aug 3, 2023
1 parent c9c5795 commit c8fc5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
outputs:
changed:
description: "JSON encoded object that contains the changed files. '{ changed: Array<string> }'"
value: ${{ steps.detect.outputs.result }}
value: ${{ steps.detect.outputs.changed }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit c8fc5a8

Please sign in to comment.