mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
Merge remote-tracking branch 'origin/main' into 3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user