Skip to content

Commit

Permalink
Merge pull request #24 from teodragovic/patch-1
Browse files Browse the repository at this point in the history
Update input list in action.yml
  • Loading branch information
developit authored Jun 13, 2020
2 parents d85e1f3 + 2964ca9 commit 312ba11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ inputs:
description: 'A regular expression to remove hashes from filenames. Submatches are turned into asterisks if present, otherwise the whole match is removed.'
use-check:
description: 'Report status as a CI Check instead of using a comment [experimental]'
pattern:
description: 'minimatch pattern of files to track'
default: '**/dist/**/*.js'
exclude:
description: 'minimatch pattern of files NOT to track'
default: '{**/*.map,**/node_modules/**}'
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'

0 comments on commit 312ba11

Please sign in to comment.