[CI] test built

This commit is contained in:
peter-evans 2022-11-28 04:55:17 +00:00 committed by GitHub
parent 331d02c7e2
commit 6a91bf4005
2 changed files with 4 additions and 0 deletions

3
dist/index.js vendored
View file

@ -311,6 +311,9 @@ function createPullRequest(inputs) {
return __awaiter(this, void 0, void 0, function* () {
let gitAuthHelper;
try {
if (!inputs.token) {
throw new Error(`Input 'token' not supplied. Unable to continue.`);
}
// Get the repository path
const repoPath = utils.getRepoPath(inputs.path);
// Create a git command manager

1
report.txt Normal file
View file

@ -0,0 +1 @@
1669611316