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 db0ea9b commit f248631Copy full SHA for f248631
tools/dep_updaters/update-test426-fixtures.sh
@@ -21,4 +21,6 @@ TMP_FILE=$(mktemp)
21
sed "s#https://github.com/tc39/source-map-tests/commit/[0-9a-f]*#https://github.com/tc39/source-map-tests/commit/$SHA#" "$README" > "$TMP_FILE"
22
mv "$TMP_FILE" "$README"
23
24
-echo "test426 fixtures updated to $SHA."
+# The last line of the script should always print the new version,
25
+# as we need to add it to $GITHUB_ENV variable.
26
+echo "NEW_VERSION=$SHA"
0 commit comments