Last active
November 22, 2023 19:13
-
-
Save xtetsuji/f48d36124886263ca84581b7f9b796a2 to your computer and use it in GitHub Desktop.
show my GitHub noreply address by gh-cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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