Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Park <gimli01@github.com>2021-06-02 00:15:30 +0300
committerisaacs <i@izs.me>2021-06-02 18:36:00 +0300
commitc4ef78b08e6859fc191cabbe58c8d88c070e0612 (patch)
tree3c672a769f8a6a1f090b214abd286a5eba39569b /.github
parentfb630b5a9af86c71602803297634ec291eeedee0 (diff)
fix: update incorrect variable name
PR-URL: https://github.com/npm/cli/pull/3344 Credit: @gimli01 Close: #3344 Reviewed-by: @darcyclarke
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create-cli-deps-pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create-cli-deps-pr.yml b/.github/workflows/create-cli-deps-pr.yml
index ae73b9d3b..3c7224ac3 100644
--- a/.github/workflows/create-cli-deps-pr.yml
+++ b/.github/workflows/create-cli-deps-pr.yml
@@ -77,4 +77,4 @@ jobs:
git push origin "npm-$npm_tag"
gh_release_body=`gh release view v"$npm_tag" -R npm/cli --json body | jq -r '.body'`
- gh pr create -R "nodejs/node" -B "$base_branch" -H "npm:npm-$npm_tag" --title "deps: upgrade npm to $npm_tag" --body "$json_body"
+ gh pr create -R "nodejs/node" -B "$base_branch" -H "npm:npm-$npm_tag" --title "deps: upgrade npm to $npm_tag" --body "$gh_release_body"