This commit is contained in:
Michael Telatynski 2022-06-09 09:01:39 +01:00 committed by GitHub
parent 9c9bb26f47
commit 3fc6554225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);