roblox-actionscache/Add & Commit

Automatically commit changes made in your workflow run directly to your repo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
addArguments for the git add commandno.
author_nameThe name of the user that will be displayed as the author of the commitno
author_emailThe email of the user that will be displayed as the author of the commitno
commitAdditional arguments for the git commit commandno
committer_nameThe name of the custom committer you want to useno
committer_emailThe email of the custom committer you want to useno
cwdThe directory where your repository is located. You should use actions/checkout first to set it upno.
default_authorHow the action should fill missing author name or email.nogithub_actor
fetchArguments for the git fetch command (if 'false', the action won't fetch the repo)no--tags --force
messageThe message for the commitno
new_branchThe name of the branch to create.no
pathspec_error_handlingThe way the action should handle pathspec errors from the add and remove commands.noignore
pullArguments for the git pull command. By default, the action does not pull.no
pushWhether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (more info in the README)notrue
removeArguments for the git rm commandno
tagArguments for the git tag command (the tag name always needs to be the first word not preceded by a hyphen)no
tag_pushArguments for the git push --tags command (any additional argument will be added after --tags)no
github_tokenThe token used to make requests to the GitHub API. It's NOT used to make commits and should not be changed.no${{ github.token }}
namedescription
committedWhether the action has created a commit.
commit_long_shaThe complete SHA of the commit that has been created.
commit_shaThe short SHA of the commit that has been created.
pushedWhether the action has pushed to the remote.
taggedWhether the action has created a tag.
tag_pushedWhether the action has pushed a tag.