From 9e57a4c837a43a7c6a97696adffa6ef9be498919 Mon Sep 17 00:00:00 2001 From: peter-evans Date: Wed, 21 Sep 2022 01:33:58 +0000 Subject: [PATCH] [CI] test committed --- dist/index.js | 1 + report.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 2021d56..99379c6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -314,6 +314,7 @@ function createPullRequest(inputs) { : 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 = yield githubHelper.getRepositoryParent(branchRepository); if (parentRepository != baseRemote.repository) { throw new Error(`Repository '${branchRepository}' is not a fork of '${baseRemote.repository}'. Unable to continue.`); diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..16571e1 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1663724038