Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 14, 2023
1 parent 02a6b8b commit dba6045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changed-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ description: 'Action to check the changed files'
outputs:
changed_files:
description: 'List of changed files'
value: ${{ steps.get-changed-paths.outputs.changed_paths }}
value: ${{ steps.get-changed-paths.outputs.changed_files }}
required_paths_matched:
description: 'If the changed files match the list of required paths'
value: ${{ steps.required-path-matched.outputs.required_path_matched }}
value: ${{ steps.required-path-matched.outputs.required_paths_matched }}
inputs:
access_token:
description: ''
description: 'Access token to use the gh cli'
required: true
required_paths:
description: ''
description: 'List of required paths separated by a comma using the glob format'
required: false
runs:
using: 'composite'
Expand Down

0 comments on commit dba6045

Please sign in to comment.