fregante/daily-version-action

Its git user is persisted in the config (for the current job)

Open

#8 创建于 2020年6月1日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)JavaScript (5 fork)github user discovery
bughelp wanted

仓库指标

Star
 (22 star)
PR 合并指标
 (PR 指标待抓取)

描述

Since #7, if git config user.email is empty, the action will set user.email and user.name. This is persisted even after the step.

Ideally instead this should not happen.

I tried passing the git author via ENVs but I couldn't get exec/execFile to use them: #7@891d43e I don't know why this happens. The envs work correctly when git is run outside Node.

Any help would be appreciated.

贡献者指南