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 an action to build some frontend files (webpack/gulp/less), and commit them back to the repo. The push is failing: ``` Run ad-m/github-push-action@master with: github_token: *** branch: origin HEAD...

Hi, your action seems like it is doing exactly what I would need, but I can't use it because it won't work with GHES as `github.com` is the hardcoded server...

Hey I have some problems using push actions. First, no push would happen because of not pulled beforehand but found the solution to that. Now it can not access the...

can't push to branch with only include target directory contents when i use `directory` option it still push full repo content

I have an action (triggered on all pushes) which runs a particular coverage tool and generates a badge which I have included in my README. I use this action after...

Due to the latest changes to Github, the default branches are now called "main" and not "master". Therefore, the default branch should be "main".

! [remote rejected] master -> master (refusing to allow a GitHub App to create or update workflow `.github/workflows/build.yml` without `workflows` permission) using PAT keys where enabled workflow but still seeing...

The README.md doesn't say anything about how to specify the input values. I'm sure that somewhere buried in the github action docs that's explain but _please_ put the actual steps...

Thanks for creating the action. The ReadMe suggests using `@master` for the version, but that's a bit risky stability wise for users. Offering a major version tag would provide stability...