Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 17, 2023
1 parent aa4c3f5 commit 9847d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function jobSummary(
content: string | TemplateStringsArray,
...args: unknown[]
): void {
const key = "GITHUB_STEP_SUMMARRY";
const key = "GITHUB_STEP_SUMMARY";
if (!process.env[key]) {
throw new Error(`Missing environment variable '${key}'`);
}
Expand Down

0 comments on commit 9847d49

Please sign in to comment.