fix: more alpine

This commit is contained in:
Tom Hu 2024-05-20 22:55:46 +07:00
parent 79c4d4bb29
commit 740a3e8687
No known key found for this signature in database
GPG key ID: 79155678363963D2
4 changed files with 57 additions and 12 deletions

View file

@ -30,7 +30,7 @@ const getGitService = (): string => {
};
const isPullRequestFromFork = (): boolean => {
core.info(`evenName: ${context.eventName}`);
core.info(`eventName: ${context.eventName}`);
if (
`${context.eventName}` !== 'pull_request' &&
`${context.eventName}` !== 'pull_request_target'