mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Fix typo
This commit is contained in:
parent
9c9bb26f47
commit
3fc6554225
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue