Merge remote-tracking branch 'origin/main' into 3

This commit is contained in:
元凛
2021-10-19 20:17:40 +08:00
7 changed files with 45 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
const core = require('@actions/core');
const github = require('@actions/github');
const { THANKS } = require('actions-util/lib/thanks');
// **************************************************************************
const {
@@ -205,6 +206,8 @@ async function main() {
break;
}
}
core.info('\n' + THANKS);
} catch (error) {
core.setFailed(error.message);
}