Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 7, 2021
1 parent 10eee3f commit 598deb5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ inputs:
description: 'Split character for array output'
required: true
default: " "
files_from_source_file:
description: 'Source file to populate the files input'
required: false
default: ""
files:
description: 'Check for changes using only this list of files (Defaults to the entire repo)'
required: false
Expand Down Expand Up @@ -66,9 +62,6 @@ outputs:
only_changed:
description: Return true when all files provided using the files input have changed.
value: ${{ steps.test.outputs.only_changed }}
other_changed_files:
description: Return list of changed files not listed in the files input.
value: ${{ steps.test.outputs.other_changed_files }}
any_deleted:
description: Return true only when any files provided using the files input have been deleted.
value: ${{ steps.test.outputs.any_deleted }}
Expand All @@ -88,4 +81,4 @@ runs:
shell: bash
branding:
icon: file-text
color: white
color: white

0 comments on commit 598deb5

Please sign in to comment.