Skip to content

Commit

Permalink
add use-check and strip-hash options
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Apr 30, 2020
1 parent 4d4202c commit 8f02eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ inputs:
default: 'true'
omit-unchanged:
description: 'Exclude unchanged files from the sizes table entirely'
strip-hash:
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]'
runs:
using: 'node12'
main: 'index.js'

0 comments on commit 8f02eac

Please sign in to comment.