This commit is contained in:
parent
b421097f6b
commit
bb83d5493a
6
index.js
6
index.js
@ -1,7 +1,7 @@
|
||||
const { ScreepsAPI } = require("screeps-api");
|
||||
const core = require("@actions/core");
|
||||
const fs = require("fs");
|
||||
const { glob } = require("glob");
|
||||
const glob = require("glob");
|
||||
const path = require("path");
|
||||
|
||||
/**
|
||||
@ -214,4 +214,6 @@ async function postCode() {
|
||||
}
|
||||
}
|
||||
|
||||
postCode();
|
||||
postCode().catch((err) => {
|
||||
core.setFailed(err.message || err);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user