fregante/daily-version-action
Auf GitHub ansehenIts git user is persisted in the config (for the current job)
Open
#8 geöffnet am 1. Juni 2020
bughelp wanted
Repository-Metriken
- Stars
- (22 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.