Skip to content

Commit cb0a51d

Browse files
committed
Fix action.yml
1 parent 55f96f9 commit cb0a51d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: 'File Changes'
22
description: 'A customisable filter that uses git (or a custom command) to get changed files based on rules and sets them to outputs'
33
author: 'Jethro Muller'
4-
color: blue
5-
icon: file-text
4+
branding:
5+
color: blue
6+
icon: file-text
7+
68
inputs:
79
base-branch:
810
required: false
@@ -29,9 +31,11 @@ inputs:
2931
eg. python_files: {"glob": "*.py", "separateDeleted": false}
3032
requirements: {"glob": "requirements/*.txt"}
3133
The final boolean determines if we separate out floats
34+
3235
outputs:
3336
any-matches:
3437
description: 'Any glob matches found'
38+
3539
runs:
3640
using: 'node12'
3741
main: 'dist/index.js'

0 commit comments

Comments
 (0)