action-commit-to-branch icon indicating copy to clipboard operation
action-commit-to-branch copied to clipboard

GitHub action that will commit the result to an input branch

Results 5 action-commit-to-branch issues
Sort by recently updated
recently updated
newest added

On the initial run where my built branch (`main-built`) does not exist, everything works as expected. However, when adding subsequent commits to `main`, the action is not committing them to...

We have been facing the following issue while applying action-commit-to-branch recently: ` io.containerd.runc.v2: failed to adjust OOM score for shim: set shim OOM score: write /proc/244/oom_score_adj: invalid argument` After some...

@dereksmart I want my commit message to contain a bash script to get a value from a file, is it doable? Something like this ```yaml - name: Push to staging...

This is to show users how to push to the respective built branch. Example: I don't want my changes to develop or preprod to push to master-built and get deployed...

Similar to https://raw.githubusercontent.com/Automattic/vip-go-build/master/deploy.sh We need to be able to add support for a .deployignore file