github-push-action icon indicating copy to clipboard operation
github-push-action copied to clipboard

GitHub actions to push back to repository eg. updated code

Results 41 github-push-action issues
Sort by recently updated
recently updated
newest added
trafficstars

I have the following at the top of my workflow file: ``` name: useaestrium/tag on: push: tags: - '*.*.*' - '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+' # Allows you to run this workflow...

I am afraid that this project has little usefulness at the moment, thanks to the development of "actions/checkout", which simplifies the use of tokens. Additionally, getting to know Git better,...

See also #79 This action works well for me, but occasionally I am running 2 of them at the same time and one will push changes in the middle of...

Hi @ad-m! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your action has first-class support in the library. Recently we've come up with a way to reduce operational load when keeping library's action wrappers...

At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...

The reason for this is because i was having hair pulling troubles trying to figure out how to get this action to push to the branch that triggered the script....

When trying to push to a private repository (the same repo that the action is run from), I get a "fatal: repository 'https://github.com//.git/' not found". I've tried using both secrets.GITHUB_TOKEN,...

Is there a way to pass custom flags to this action (i.e. `--no-verify`)? Would be nice to have a generic argument for this so that any flags can be passed,...

when i tried to run github-push-action on a self hosted windows machine, Im getting the below error, Could someone help me understand this. Run ad-m/[email protected] Started: bash C:\actions-runner\_work\_actions\ad-m\github-push-action\v0.6.0\start.sh /bin/bash: C:actions-runner_work_actionsad-mgithub-push-actionv0.6.0start.sh:...