From 3fc65542251eb211791947e658b4867c11e45394 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 9 Jun 2022 09:01:39 +0100 Subject: [PATCH] Fix typo --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 23993f2325..cc8e39a3c5 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -54,7 +54,7 @@ jobs: const response = await github.rest.git.getCommit({ owner: context.repo.owner, repo: context.repo.repo, - commit_sha: contxt.workflow_run.head_sha, + commit_sha: context.workflow_run.head_sha, }); core.exportVariable("COMMIT_INFO_MESSAGE", response.data.message); core.exportVariable("COMMIT_INFO_AUTHOR", response.data.author.name);