Skip to content

Commit

Permalink
fix: update incorrect variable name
Browse files Browse the repository at this point in the history
PR-URL: #3344
Credit: @gimli01
Close: #3344
Reviewed-by: @darcyclarke
  • Loading branch information
Daniel Park authored and isaacs committed Jun 2, 2021
1 parent fb630b5 commit c4ef78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-cli-deps-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c4ef78b

Please sign in to comment.