mirror of
https://github.com/gradle/actions.git
synced 2025-08-24 19:01:27 +08:00
[bot] Update dist directory
This commit is contained in:
parent
e482045599
commit
e7551dc2a9
2
dist/dependency-submission/main/index.js
vendored
2
dist/dependency-submission/main/index.js
vendored
@ -156703,7 +156703,7 @@ async function generateJobSummary(buildResults, cachingReport, config) {
|
|||||||
async function addPRComment(jobSummary) {
|
async function addPRComment(jobSummary) {
|
||||||
const context = github.context;
|
const context = github.context;
|
||||||
if (context.payload.pull_request == null) {
|
if (context.payload.pull_request == null) {
|
||||||
core.info('No pull_request trigger: not adding PR comment');
|
core.info('No pull_request trigger detected: not adding PR comment');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const pull_request_number = context.payload.pull_request.number;
|
const pull_request_number = context.payload.pull_request.number;
|
||||||
|
2
dist/dependency-submission/main/index.js.map
vendored
2
dist/dependency-submission/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/dependency-submission/post/index.js
vendored
2
dist/dependency-submission/post/index.js
vendored
@ -109986,7 +109986,7 @@ async function generateJobSummary(buildResults, cachingReport, config) {
|
|||||||
async function addPRComment(jobSummary) {
|
async function addPRComment(jobSummary) {
|
||||||
const context = github.context;
|
const context = github.context;
|
||||||
if (context.payload.pull_request == null) {
|
if (context.payload.pull_request == null) {
|
||||||
core.info('No pull_request trigger: not adding PR comment');
|
core.info('No pull_request trigger detected: not adding PR comment');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const pull_request_number = context.payload.pull_request.number;
|
const pull_request_number = context.payload.pull_request.number;
|
||||||
|
2
dist/dependency-submission/post/index.js.map
vendored
2
dist/dependency-submission/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/setup-gradle/main/index.js
vendored
2
dist/setup-gradle/main/index.js
vendored
@ -156634,7 +156634,7 @@ async function generateJobSummary(buildResults, cachingReport, config) {
|
|||||||
async function addPRComment(jobSummary) {
|
async function addPRComment(jobSummary) {
|
||||||
const context = github.context;
|
const context = github.context;
|
||||||
if (context.payload.pull_request == null) {
|
if (context.payload.pull_request == null) {
|
||||||
core.info('No pull_request trigger: not adding PR comment');
|
core.info('No pull_request trigger detected: not adding PR comment');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const pull_request_number = context.payload.pull_request.number;
|
const pull_request_number = context.payload.pull_request.number;
|
||||||
|
2
dist/setup-gradle/main/index.js.map
vendored
2
dist/setup-gradle/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/setup-gradle/post/index.js
vendored
2
dist/setup-gradle/post/index.js
vendored
@ -156629,7 +156629,7 @@ async function generateJobSummary(buildResults, cachingReport, config) {
|
|||||||
async function addPRComment(jobSummary) {
|
async function addPRComment(jobSummary) {
|
||||||
const context = github.context;
|
const context = github.context;
|
||||||
if (context.payload.pull_request == null) {
|
if (context.payload.pull_request == null) {
|
||||||
core.info('No pull_request trigger: not adding PR comment');
|
core.info('No pull_request trigger detected: not adding PR comment');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const pull_request_number = context.payload.pull_request.number;
|
const pull_request_number = context.payload.pull_request.number;
|
||||||
|
2
dist/setup-gradle/post/index.js.map
vendored
2
dist/setup-gradle/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user