actions/git-commit at master · 0xsequence/actions

  • 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 "$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"