We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a69b54 commit 158b732Copy full SHA for 158b732
.github/workflows/integration-test.yml
@@ -28,7 +28,7 @@ jobs:
28
29
const isOwner = pr.author_association === 'OWNER'
30
if (isOwner) {
31
- core.info('PR auther is an OWNER')
+ core.info('PR author is an OWNER')
32
return
33
}
34
0 commit comments