Merge pull request #55 from crazy-max/git-context

git: alternative github context and additional methods
This commit is contained in:
CrazyMax
2023-03-02 15:50:12 +01:00
committed by GitHub
4 changed files with 210 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ export class Install {
if (ref.match(/^[0-9a-fA-F]{40}$/)) {
vspec = ref;
} else {
vspec = await Git.getRemoteSha(repo, ref);
vspec = await Git.remoteSha(repo, ref);
}
core.debug(`Install.build: tool version spec ${vspec}`);