Skip to content

Commit 158b732

Browse files
committed
fix typo
1 parent 3a69b54 commit 158b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
const isOwner = pr.author_association === 'OWNER'
3030
if (isOwner) {
31-
core.info('PR auther is an OWNER')
31+
core.info('PR author is an OWNER')
3232
return
3333
}
3434

0 commit comments

Comments
 (0)