Skip to content

Instantly share code, notes, and snippets.

@xtetsuji
Last active November 22, 2023 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xtetsuji/f48d36124886263ca84581b7f9b796a2 to your computer and use it in GitHub Desktop.
Save xtetsuji/f48d36124886263ca84581b7f9b796a2 to your computer and use it in GitHub Desktop.
show my GitHub noreply address by gh-cli
#!/bin/bash
set -eu
gh api /user | jq -r '"\(.id)+\(.login)@users.noreply.github.com"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment