This commit is contained in:
marocchino 2021-02-25 14:50:07 +09:00 committed by GitHub
parent 1092a4a41b
commit 74499a97b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ async function run() {
} }
try { try {
const repo = core.getInput("repo", { required: false }) || github.context.repo; const repo = core.getInput("repo", { required: false }) || github.context.repo;
const message = core.getInput("message", { required: false }); const message = core.getInput("message", { required: false });
const path = core.getInput("path", { required: false }); const path = core.getInput("path", { required: false });
const header = core.getInput("header", { required: false }) || ""; const header = core.getInput("header", { required: false }) || "";