Skip to content

Commit

Permalink
Merge pull request #86 from stuartleeks/stuartleeks-patch-1
Browse files Browse the repository at this point in the history
Fix typo in env var name
  • Loading branch information
stuartleeks authored Jul 8, 2021
2 parents b0bf285 + 9b7c1e9 commit 713d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function runPost(): Promise<void> {
)
return
}
const eventName = process.env.GETHUB_EVENT_NAME
const eventName = process.env.GITHUB_EVENT_NAME
if (
eventFilterForPush.length !== 0 && // empty filter allows all
!eventFilterForPush.some(s => s === eventName)
Expand Down

0 comments on commit 713d488

Please sign in to comment.