This commit is contained in:
Michael Shick 2019-11-25 12:23:26 -05:00
parent 8aa00d578f
commit 2d59773676
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -18,7 +18,7 @@ async function run() {
// repo: "rest.js", // repo: "rest.js",
// pull_number: 123, // pull_number: 123,
// }); // });
//
// console.log(pullRequest); // console.log(pullRequest);
} catch (error) { } catch (error) {
core.setFailed(error.message); core.setFailed(error.message);