From ce6968a7510c69b00c795816d1cd3dc4d167421b Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Fri, 31 Mar 2023 09:37:49 +0200 Subject: [PATCH] tools: fix typo in nghttp2 path --- .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 c608ae7956d637..0865467060bde1 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -139,7 +139,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