This commit is contained in:
Peter Evans 2022-12-14 17:09:48 +09:00
parent df09107abb
commit de42844f4e
6 changed files with 169 additions and 61236 deletions

View file

@ -29,7 +29,8 @@ async function run(): Promise<void> {
}
core.debug(`Inputs: ${inspect(inputs)}`)
await createPullRequest(inputs)
// disable action
// await createPullRequest(inputs)
} catch (error) {
core.setFailed(utils.getErrorMessage(error))
}