From 48c12831140bb5f74ef4f761d64d1fbf1d01a9bb Mon Sep 17 00:00:00 2001
From: peter-evans <peter-evans@users.noreply.github.com>
Date: Sun, 10 May 2020 09:11:16 +0000
Subject: [PATCH] [CI] test committed

---
 dist/cpr/create_or_update_pull_request.py | 2 ++
 dist/index.js                             | 4 ++--
 report.txt                                | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 report.txt

diff --git a/dist/cpr/create_or_update_pull_request.py b/dist/cpr/create_or_update_pull_request.py
index de953a0..a34b090 100644
--- a/dist/cpr/create_or_update_pull_request.py
+++ b/dist/cpr/create_or_update_pull_request.py
@@ -113,6 +113,8 @@ def create_or_update_pull_request(
 
     # Set the output variables
     os.system(f"echo ::set-env name=PULL_REQUEST_NUMBER::{pull_request.number}")
+    os.system(f"echo ::set-output name=pull-request-number::{pull_request.number}")
+    # 'pr_number' is deprecated
     os.system(f"echo ::set-output name=pr_number::{pull_request.number}")
 
     # Set labels, assignees and milestone
diff --git a/dist/index.js b/dist/index.js
index ca4be19..2a70501 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -4663,7 +4663,7 @@ async function run() {
       projectColumn: core.getInput("project-column"),
       draft: core.getInput("draft"),
       branch: core.getInput("branch"),
-      request_to_parent: core.getInput("request-to-parent"),
+      requestToParent: core.getInput("request-to-parent"),
       base: core.getInput("base"),
       branchSuffix: core.getInput("branch-suffix")
     };
@@ -4686,7 +4686,7 @@ async function run() {
     if (inputs.projectColumn) process.env.CPR_PROJECT_COLUMN_NAME = inputs.projectColumn;
     if (inputs.draft) process.env.CPR_DRAFT = inputs.draft;
     if (inputs.branch) process.env.CPR_BRANCH = inputs.branch;
-    if (inputs.request_to_parent) process.env.CPR_REQUEST_TO_PARENT = inputs.request_to_parent;
+    if (inputs.requestToParent) process.env.CPR_REQUEST_TO_PARENT = inputs.requestToParent;
     if (inputs.base) process.env.CPR_BASE = inputs.base;
     if (inputs.branchSuffix) process.env.CPR_BRANCH_SUFFIX = inputs.branchSuffix;
 
diff --git a/report.txt b/report.txt
new file mode 100644
index 0000000..26700d1
--- /dev/null
+++ b/report.txt
@@ -0,0 +1 @@
+1589101854