git-auto-commit-action
git-auto-commit-action copied to clipboard
Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
Any advice on how to get the status checks to pass through without rerunning tests. I am using this action to update some badges which are outputs of the test...
Hi @stefanzweifel - great work on your GitHub Action. While playing with it, I realized that your example doesn't contain quotes to populate a string value for your action. This...
**Is your feature request related to a problem? Please describe.** I'm attempting to use this action with this action: https://github.com/crazy-max/ghaction-import-gpg. The gpg action imports gpg keys and configures git such...
**Is your feature request related to a problem? Please describe.** I use variables for the `tagging_message`. For unknown reason the variable comes with double quotes which is not valid for...
**Is your feature request related to a problem? Please describe.** I have a repository with two workflows: - A scheduled workflow 1 that downloads update data from different sources and...
### git-auto-commit Version v5.0.0 ### Machine Type Ubuntu (eg. ubuntu-latest) ### Bug description ``` fatal: could not read Username for 'https://github.com/': No such device or address Error: Invalid status code:...
> [Note] > For folks browsing the repository and finding this PR: I've not yet merged this PR, as I haven't yet decided when and how to launch v6 of...
### git-auto-commit Version 4.16.0 / latest ### Machine Type Ubuntu (eg. ubuntu-latest) ### Bug description ``` uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.head_ref || github.ref_name }}.changes # create_branch: true push_options: '--force'...
### git-auto-commit Version v4 ### Machine Type Ubuntu (eg. ubuntu-latest) ### Bug description Hi, I am using the latest recommended permission settings to update pull requests. Sporadically, even though nothing...