We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b15f47 commit a49d93eCopy full SHA for a49d93e
main.rb
@@ -53,7 +53,7 @@ def git(*args)
53
end
54
55
# Get user details
56
- user = GitHub.open_api "#{GitHub::API_URL}/users/#{actor}"
+ user = GitHub.open_api "#{GitHub::API_URL}/user"
57
user_name = user['name'] || user['login']
58
user_email = user['email'] || (
59
# https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
0 commit comments