Skip to content

git config user.name and user.email aren't populated in build info yaml when run by github actions #92

@clpetersonucf

Description

@clpetersonucf

Currently, building the widget with github actions results in a non-fatal error:

Error: Command failed: git config user.email

In the generateWidgetHash plugin:

email = execSync('git config user.email').toString()

Looking at older builds, those fields were never populated in the build info yaml, even if the builds are marked as successful. Either the way we grab user.name and user.email needs to change, or the github actions need to be updated to accommodate the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions