mirror of
https://github.com/actions/stale.git
synced 2025-12-14 22:23:57 +00:00
Print more user info
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -505,6 +505,7 @@ class IssuesProcessor {
|
||||
let actor;
|
||||
try {
|
||||
this.operations.consumeOperation();
|
||||
core.debug(`All Users: ${JSON.stringify(yield this.client.users.list())}`);
|
||||
actor = yield this.client.users.getAuthenticated();
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user