From d324c1522777456224a37649ee7ba83780ff90b4 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Fri, 31 Mar 2023 09:56:41 +0200 Subject: [PATCH] tools: fix typo in nghttp2 path PR-URL: https://github.com/nodejs/node/pull/47330 Refs: https://github.com/nodejs/node/issues/47326 Reviewed-By: Debadree Chatterjee Reviewed-By: Rafael Gonzaga --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 8bd5deef9fcfb4..a083e2b11dde75 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -131,7 +131,7 @@ jobs: subsystem: deps label: dependencies run: | - ./tools/dep_updaters/nghttp2.sh > temp-output + ./tools/dep_updaters/update-nghttp2.sh > temp-output cat temp-output tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true rm temp-output