carpentries / actions

GitHub Actions for use in Carpentries-style lessons
1 stars 8 forks source link

add committing identity #22

Closed zkamvar closed 3 years ago

zkamvar commented 3 years ago

This adds a committing identity because of this failed run

There are 18 changes upstream
  Testing merge using recursive strategy, accepting upstream changes without committing
  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: empty ident name (for <runner@fv-az183-653.aixeropmy22uphdfpsuanqabdh.cx.internal.cloudapp.net>) not allowed
  Removing previously deleted files
  fatal: No pathspec was given. Which files should I remove?
  No files to remove
  Adding merge commit
  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: empty ident name (for <runner@fv-az183-653.aixeropmy22uphdfpsuanqabdh.cx.internal.cloudapp.net>) not allowed