Skip to content

Commit

Permalink
wip: more dbg statement in copied command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 9, 2024
1 parent f16e77e commit 32272be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/command/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33323,6 +33323,8 @@ async function prechecks(

var forkBypass = false

core.debug(`allowForks ${allowForks}`)

// Determine whether to use the ref or sha depending on if the PR is from a fork or not
// Note: We should not export fork values if the stable_branch is being used here
if (pr.data.head.repo?.fork === true && forkBypass === false) {
Expand Down Expand Up @@ -33414,6 +33416,7 @@ async function prechecks(
}

// Grab the statusCheckRollup state from the GraphQL result
core.debug(`grab statusCheckRollup`)
var commitStatus
try {
// Check to see if skipCi is set
Expand Down

0 comments on commit 32272be

Please sign in to comment.