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 89445fb commit 83791e5Copy full SHA for 83791e5
.github/workflows/tools.yml
@@ -139,7 +139,7 @@ jobs:
139
subsystem: deps
140
label: dependencies
141
run: |
142
- ./tools/dep_updaters/nghttp2.sh > temp-output
+ ./tools/dep_updaters/update-nghttp2.sh > temp-output
143
cat temp-output
144
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
145
rm temp-output
0 commit comments