devcontainers / feature-starter

A bootstrap repo for self-authoring Dev Container Features
https://containers.dev
MIT License
277 stars 131 forks source link

ci: Fix git user settings in `release.yaml` #64

Closed joshuanianji closed 1 year ago

joshuanianji commented 1 year ago

The current git user settings for the release workflow shows a "invalid email address" as the commit author (see: https://github.com/joshuanianji/devcontainer-features/blob/027ef80472bcb01ddd364f1496b2222a92d11577/src/terraform-cli-persistence/README.md).

This PR just changes the git email and user so we see the "github actions bot," based off of this discussion. This seems to work on my repo so far: joshuanianji/devcontainer-features