aws-actions / aws-secretsmanager-get-secrets

MIT No Attribution
142 stars 38 forks source link

Release step with GIT email property #142

Closed jirkafajfr closed 3 months ago

jirkafajfr commented 3 months ago

The release github action fails on

Updating v2 tag
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az[11](https://github.com/aws-actions/aws-secretsmanager-get-secrets/actions/runs/9451550076/job/26032843476#step:3:12)18-73.(none)')
Error: Process completed with exit code [12](https://github.com/aws-actions/aws-secretsmanager-get-secrets/actions/runs/9451550076/job/26032843476#step:3:13)8.

(example)

That is same problem as in case of https://github.com/aws-actions/aws-secretsmanager-get-secrets/pull/138. Using the same approach to resolve.