We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58afcc2 commit d324c15Copy full SHA for d324c15
.github/workflows/tools.yml
@@ -131,7 +131,7 @@ jobs:
131
subsystem: deps
132
label: dependencies
133
run: |
134
- ./tools/dep_updaters/nghttp2.sh > temp-output
+ ./tools/dep_updaters/update-nghttp2.sh > temp-output
135
cat temp-output
136
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
137
rm temp-output
0 commit comments