Skip to content

fix: set git identity in sync-cli-docs workflow#27

Merged
eskp merged 1 commit intomainfrom
fix/sync-docs-git-identity
Mar 16, 2026
Merged

fix: set git identity in sync-cli-docs workflow#27
eskp merged 1 commit intomainfrom
fix/sync-docs-git-identity

Conversation

@eskp
Copy link
Copy Markdown
Contributor

@eskp eskp commented Mar 16, 2026

Summary

  • The sync-cli-docs workflow checks out the KeeperHub repo fresh, which has no git config
  • git commit fails with Author identity unknown on every run
  • Adds git config user.name/email for github-actions[bot] before the commit step

Test plan

  • Merge and trigger workflow via workflow_dispatch or next release
  • Verify the workflow completes successfully

The KeeperHub checkout has no git config, causing commit to fail
with "Author identity unknown".
@eskp eskp merged commit 479c3cc into main Mar 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant