From 8f02eace9fe0f3e6deccbb9e6ce7e06fd78c2caa Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 30 Apr 2020 16:33:27 -0400 Subject: [PATCH] add use-check and strip-hash options --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 6086159..0869a55 100644 --- a/action.yml +++ b/action.yml @@ -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' \ No newline at end of file