git-auto-commit-action icon indicating copy to clipboard operation
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.

Results 12 git-auto-commit-action issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

enhancement

**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...

enhancement
v6

### 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:...

bug

This pull request tackles a long standing issue with this action: how the action works with branches internally. Since forever, the action will switch branches locally, if a branch name...

changelog:removed
v6

### 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'...

bug
v6

### 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...

bug