mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
[bot] Update dist directory
This commit is contained in:
parent
e482045599
commit
e7551dc2a9
8 changed files with 8 additions and 8 deletions
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) {
|
||||
const context = github.context;
|
||||
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;
|
||||
}
|
||||
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) {
|
||||
const context = github.context;
|
||||
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;
|
||||
}
|
||||
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) {
|
||||
const context = github.context;
|
||||
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;
|
||||
}
|
||||
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) {
|
||||
const context = github.context;
|
||||
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;
|
||||
}
|
||||
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…
Reference in a new issue