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.
Currently, building the widget with github actions results in a non-fatal error:
In the
generateWidgetHashplugin:Materia-Widget-Dev-Kit/webpack-generate-widget-hash.js
Line 34 in 173ba70
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.