files |
"" |
"Can be a file, glob pattern (/**/*.json)" |
branch |
"" |
"Target branch. Created if does not exist" |
user_name |
"${GITHUB_ACTOR}" |
"Git user" |
user_email |
"$GITHUB_ACTOR_ID+$GITHUB_ACTOR@users.noreply.github.com" |
"Git email" |
commit_message |
"[AUTOMATED] Update: ${INPUT_SRC}" |
"Commit message" |
pr_create |
false |
"Create pull request or not." |
pr_title |
"[AUTOMATED] Update files from ${GITHUB_REPOSITORY}" |
"Pull request title" |
pr_description |
"Triggered by https://github.com/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA}" |
"Pull request description" |
pr_base |
"master" |
"Pull request base" |
pr_labels |
"" |
"Pull request labels separated by comma" |