mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix: improve logging when checking fork (#1246)
This commit is contained in:
parent
6e59b075e0
commit
171dd555b9
2 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,9 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
|||
: baseRemote.repository
|
||||
if (inputs.pushToFork) {
|
||||
// Check if the supplied fork is really a fork of the base
|
||||
core.info(
|
||||
`Checking if '${branchRepository}' is a fork of '${baseRemote.repository}'`
|
||||
)
|
||||
const parentRepository = await githubHelper.getRepositoryParent(
|
||||
branchRepository
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue