[CI] test built

This commit is contained in:
peter-evans 2021-12-13 07:09:44 +00:00 committed by GitHub
parent 4b53b6fd1a
commit 480202484c
3 changed files with 17 additions and 3 deletions

View file

@ -8,6 +8,13 @@ inputs:
description: >
Relative path under $GITHUB_WORKSPACE to the repository.
Defaults to $GITHUB_WORKSPACE.
add-paths:
description: >
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'