Skip to content

Why git-auto-commit-action does not consider my all git history? #340

Answered by stefanzweifel
charnould asked this question in Help
Discussion options

You must be logged in to vote

@charnould It looks like the commit_user_email takes presedence when GitHub deploys the commit user information.
https://github.com/charnould/pierre/actions/runs/10599613904/job/29375069889#step:6:27

Adding a different email address in commit_user_email should fix that.

name: Build changelog

on:
  push:
    branches:
      - master

jobs:
  run-braudel:
    runs-on: ubuntu-latest

    permissions:
      contents: write

    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: oven-sh/setup-bun@v2
      - run: bun build:changelog

      # Commit all changed files back to the repository
      - uses: stefanzweifel/git-auto-commit-action@v5
        with

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@charnould
Comment options

@stefanzweifel
Comment options

Answer selected by charnould
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants