Browse Source

fix: Typo gitub -> github on jest project tag (#32962)

fix: Typo gitub -> github on jest project tag
Shruthi 3 years ago
parent
commit
2ba09309fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jest.config.ts

+ 1 - 1
jest.config.ts

@@ -212,7 +212,7 @@ const config: Config.InitialOptions = {
         tags: {
           branch: GITHUB_PR_REF,
           commit: GITHUB_PR_SHA,
-          gitub_run_attempt: GITHUB_RUN_ATTEMPT,
+          github_run_attempt: GITHUB_RUN_ATTEMPT,
           github_actions_run: `https://github.com/getsentry/sentry/actions/runs/${GITHUB_RUN_ID}`,
         },
       },