feat: add thanks (#96)

* feat: add thanks

* up

* d
This commit is contained in:
xrkffgg
2021-10-19 19:40:27 +08:00
committed by GitHub
parent dc85436cff
commit aa229b2b9f
5 changed files with 41 additions and 0 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);
}