Skip to content

Commit

Permalink
add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 15, 2023
1 parent 040e9bb commit b274ae6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions changed-files/action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: 'changed-files'
description: 'Action to check the changed files'
name: "changed-files"
description: "Action to check the changed files"
inputs:
access_token:
description: 'Access token to use the gh cli'
description: "Access token to use the gh cli"
required: true
required_paths:
description: 'List of required paths separated by a comma using the glob format'
description: "List of required paths separated by a comma using the glob format"
required: false
outputs:
changed_files:
description: "List of changed files"
required_paths_matched:
description: "If the changed files match the list of required paths"
runs:
using: 'node16'
main: 'index.js'
using: "node16"
id: get-changed-paths
main: "index.js"

0 comments on commit b274ae6

Please sign in to comment.