1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Update cypress.yaml

This commit is contained in:
Michael Telatynski
2022-06-09 10:12:45 +01:00
committed by GitHub
parent fc133041e3
commit 1d79c78f21

View File

@@ -54,7 +54,7 @@ jobs:
const response = await github.rest.git.getCommit({ const response = await github.rest.git.getCommit({
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, 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_MESSAGE", response.data.message);
core.exportVariable("COMMIT_INFO_AUTHOR", response.data.author.name); core.exportVariable("COMMIT_INFO_AUTHOR", response.data.author.name);