Closed gfilicetti closed 1 month ago
When this script runs, if the gh CLI exists, it uses it to try to get the github username and current repository name.
gh
It does an error check to make sure that gh exists, but if it does exist, it doesn't check to see if the user is authenticated to github for the CLI.
When this script runs, if the
gh
CLI exists, it uses it to try to get the github username and current repository name.It does an error check to make sure that
gh
exists, but if it does exist, it doesn't check to see if the user is authenticated to github for the CLI.