mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Update cypress.yaml
This commit is contained in:
parent
fc133041e3
commit
1d79c78f21
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: context.workflow_run.head_sha,
|
||||
commit_sha: "${{ github.event.workflow_run.head_sha }}",
|
||||
});
|
||||
core.exportVariable("COMMIT_INFO_MESSAGE", response.data.message);
|
||||
core.exportVariable("COMMIT_INFO_AUTHOR", response.data.author.name);
|
||||
|
Loading…
Reference in New Issue
Block a user