feat(core): add output_condition option (#620) [skip ci]

This commit is contained in:
Simon Lecoq
2021-10-26 00:11:06 -04:00
committed by GitHub
parent 9cb1ca667a
commit 7fffb151c5
4 changed files with 61 additions and 1 deletions

View File

@@ -94,6 +94,15 @@ inputs:
- pull-request-rebase # Same as "pull-request" and additionaly rebase and merge pull request
- gist # Save output to "committer_gist"
# Output condition
output_condition:
description: Output condition
type: string
default: always
values:
- always # Always push changes
- skip-if-only-metadata-changed # Skip changes if only metadata contained in footer changed
# Optimize SVG image to reduce its filesize
# Some templates may not support this option
optimize: