1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Remove unnecessary data specifier

This commit is contained in:
Lee Dohm
2021-10-12 12:40:20 -07:00
parent 4cc2a76776
commit 93a11c32eb

View File

@@ -42,7 +42,7 @@ jobs:
console.log(JSON.stringify(result, null, 2));
const pullRequest = result.data.repository.pullRequest;
const pullRequest = result.repository.pullRequest;
if (pullRequest.headRepositoryOwner.login === 'github') {
console.log('PR owned by github');