support other repo

This commit is contained in:
Opportunity
2020-06-30 01:54:04 +08:00
Unverified
parent 2feaa3232f
commit 48f33e8789
66 changed files with 3280 additions and 1532 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ async function run() {
await exec_1.exec('xmake --version');
}
catch (error) {
core.setFailed(error.message);
const ex = error;
core.setFailed(ex.message);
}
}
run().catch((e) => core.error(e));