Skip to content

changes Git config to be local and to use the GitHub Actions ID#478

Open
cjdb wants to merge 1 commit intochromium:mainfrom
cjdb:ci-git-update
Open

changes Git config to be local and to use the GitHub Actions ID#478
cjdb wants to merge 1 commit intochromium:mainfrom
cjdb:ci-git-update

Conversation

@cjdb
Copy link
Copy Markdown
Contributor

@cjdb cjdb commented Mar 9, 2026

The Git configuration should apparently be set locally to remain in tact after VM changes. The values have changed to match what GitHub uses, so that we're not advertising fake email addresses.

The Git configuration should apparently be set locally to remain in tact
after VM changes. The values have changed to match what GitHub uses, so
that we're not advertising fake email addresses.
git config --global user.email "ci.subspace.workflows@github.com" # This email doesn't exist
git config --global user.name "Subspace GitHub CI workflow"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we leave a comment about where this number comes from?

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.

2 participants