We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f96f9 commit cb0a51dCopy full SHA for cb0a51d
action.yml
@@ -1,8 +1,10 @@
1
name: 'File Changes'
2
description: 'A customisable filter that uses git (or a custom command) to get changed files based on rules and sets them to outputs'
3
author: 'Jethro Muller'
4
-color: blue
5
-icon: file-text
+branding:
+ color: blue
6
+ icon: file-text
7
+
8
inputs:
9
base-branch:
10
required: false
@@ -29,9 +31,11 @@ inputs:
29
31
eg. python_files: {"glob": "*.py", "separateDeleted": false}
30
32
requirements: {"glob": "requirements/*.txt"}
33
The final boolean determines if we separate out floats
34
35
outputs:
36
any-matches:
37
description: 'Any glob matches found'
38
39
runs:
40
using: 'node12'
41
main: 'dist/index.js'
0 commit comments