Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Commit back files to same destination. Overwrite existing files with changes and commit back.
Examples
parameters
Default value
Description
files
""
"Can be a file, glob pattern (/**/*.json)"
branch
""
"Target branch. Created if does not exist"
user_name
"${GITHUB_ACTOR}"
"Git user"
user_email
"[email protected] "
"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"
ssh_private_key
""
"SSH private key for commit signing"
gpg_private_key
""
"GPG private key (armored) for commit signing"
You can’t perform that action at this time.