Skip to content

Commit

Permalink
chore: update debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 26, 2023
1 parent ec1e14c commit b08e199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commitSha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const getSHAForPullRequestEvent = async (
diff
}))
) {
core.debug(
core.info(
'Merge base is not in the local history, fetching remote target branch...'
)

Expand Down Expand Up @@ -439,10 +439,10 @@ export const getSHAForPullRequestEvent = async (
break
}

core.debug(
core.info(
'Merge base is not in the local history, fetching remote target branch again...'
)
core.debug(`Attempt ${i}/10`)
core.info(`Attempt ${i}/10`)
}
}
}
Expand Down

0 comments on commit b08e199

Please sign in to comment.