feat: allow add-paths to resolve to no changes

This commit is contained in:
Peter Evans 2022-03-22 11:39:13 +09:00
parent 0e8dfbd57d
commit 1b9df9cea0
6 changed files with 174 additions and 89 deletions

View file

@ -13,8 +13,6 @@ inputs:
A comma or newline-separated list of file paths to commit.
Paths should follow git's pathspec syntax.
Defaults to adding all new and modified files.
default: |
-A
commit-message:
description: 'The message to use when committing changes.'
default: '[create-pull-request] automated change'