Add committer_message option and skip commit if files are identicals

This commit is contained in:
lowlighter
2021-03-14 11:52:18 +01:00
parent b0b16c929b
commit c0f0363531
2 changed files with 23 additions and 3 deletions

View File

@@ -45,6 +45,13 @@ inputs:
type: string
default: "" # Defaults to your repository default branch
# Commit message
# Use "${filename}" to display filename
committer_message:
description: Commit message
type: string
default: Update ${filename} - [Skip GitHub Action]
# Rendered metrics output path, relative to repository's root
filename:
description: Rendered metrics output path