Skip to content

Commit

Permalink
tools: fix typo in nghttp2 path
Browse files Browse the repository at this point in the history
PR-URL: #47330
Refs: #47326
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
marco-ippolito authored and RafaelGSS committed Apr 8, 2023
1 parent 89445fb commit 83791e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Expand Up @@ -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
Expand Down

0 comments on commit 83791e5

Please sign in to comment.