Skip to content

Commit

Permalink
Spell evenName in the logs correctly (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 5, 2024
1 parent 0036103 commit 8bacbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildExec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getGitService = (): string => {
};

const isPullRequestFromFork = (): boolean => {
core.info(`evenName: ${context.eventName}`);
core.info(`eventName: ${context.eventName}`);
if (!['pull_request', 'pull_request_target'].includes(context.eventName)) {
return false;
}
Expand Down

0 comments on commit 8bacbcd

Please sign in to comment.