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

ci: set fake Git user for deploying #18

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

pastelmind
Copy link
Collaborator

@pastelmind pastelmind commented Jun 10, 2022

This fixes the following CI error:

webpack 5.73.0 compiled with 3 warnings in 13406 ms
Author identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  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: empty ident name (for <runner@fv-az74-828.rg1nhevy3x5uhivy2ou0ehszxf.jx.internal.cloudapp.net>) not allowed

Error: Process completed with exit code 1.

The errors were observed in the following runs:

To resolve this issue, this PR makes the CI script use a fake Git user name and email (github-actions-bot <[email protected]>) when publishing the demo page. This is based on the following tips:

@pastelmind pastelmind added type: bug Something isn't working type: maintenance General maintenance labels Jun 10, 2022
@pastelmind pastelmind self-assigned this Jun 10, 2022
@pastelmind pastelmind merged commit c77c4ab into main Jun 10, 2022
@pastelmind pastelmind deleted the ci-use-fake-git-user branch June 10, 2022 09:33
pastelmind pushed a commit that referenced this pull request Jul 13, 2023
…a-on-empty-length

make possibility for mask data to be undefined when length is falsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: maintenance General maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant