mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
[bot] Update dist directory
This commit is contained in:
3
dist/dependency-submission/post/index.js
vendored
3
dist/dependency-submission/post/index.js
vendored
@@ -120670,7 +120670,6 @@ exports.generateJobSummary = generateJobSummary;
|
||||
exports.renderSummaryTable = renderSummaryTable;
|
||||
const core = __importStar(__nccwpck_require__(37484));
|
||||
const github = __importStar(__nccwpck_require__(93228));
|
||||
const request_error_1 = __nccwpck_require__(93708);
|
||||
const configuration_1 = __nccwpck_require__(66081);
|
||||
const deprecation_collector_1 = __nccwpck_require__(18391);
|
||||
async function generateJobSummary(buildResults, cachingReport, config) {
|
||||
@@ -120723,7 +120722,7 @@ ${jobSummary}`;
|
||||
});
|
||||
}
|
||||
catch (error) {
|
||||
if (error instanceof request_error_1.RequestError) {
|
||||
if (error instanceof Error && error.name === 'HttpError') {
|
||||
core.warning(buildWarningMessage(error));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user