Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set the git user email when updating deployments file #5247

Merged
merged 1 commit into from Feb 21, 2023

Conversation

tjenkinson
Copy link
Member

This PR will...

Set the git user email when updating deployments file

Why is this Pull Request needed?

Without this it tries to come up with a sensible default but recently this failed in https://github.com/video-dev/hls.js/actions/runs/4217828503/jobs/7321920416 with

Author identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az581-156.(none)')
Error: Process completed with exit code 128.

I've set it to the email of the CI user it's actually using.

@tjenkinson tjenkinson merged commit ddbaa81 into master Feb 21, 2023
@tjenkinson tjenkinson deleted the deployment-user-email branch February 21, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants