Skip to content

Commit

Permalink
add 'file-filter' parameter (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
NBprojekt authored Mar 2, 2021
1 parent 93a4cdf commit 73e11d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ inputs:
description: 'Stop after the last entry prior to the supplied date and optional time.'
default: ''
required: false
gource_file_filter:
description: 'Filter out file paths matching the specified regular expression.'
default: ''
required: false

runs:
using: 'docker'
Expand Down
1 change: 1 addition & 0 deletions gource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ gource --seconds-per-day ${INPUT_GOURCE_SECONDS_PER_DAY} \
--font-size ${INPUT_GOURCE_FONT_SIZE} \
--dir-name-depth ${INPUT_GOURCE_DIR_DEPTH} \
--filename-time ${INPUT_GOURCE_FILENAME_TIME} \
--file-filter ${INPUT_GOURCE_FILE_FILTER} \
--max-user-speed ${INPUT_GOURCE_MAX_USER_SPEED} \
--bloom-multiplier 1.2 \
--${GOURCE_RES} ${OPTIONAL_PARAMS} \
Expand Down

0 comments on commit 73e11d7

Please sign in to comment.