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 5bd2a99 commit 7369a36Copy full SHA for 7369a36
.github/check-rust-toolchain-upgrade.sh
@@ -38,7 +38,7 @@ if [ "$LATEST_DATE_NUM" -gt "$CURRENT_DATE_NUM" ]; then
38
echo "::notice::New nightly available: $LATEST_DATE (current: $CURRENT_DATE)"
39
40
# Get commit hash from the already fetched manifest
41
- COMMIT_HASH=$(echo "$MANIFEST_CONTENT" | grep -A 50 '\[pkg.rust\]' | grep 'git-commit-hash = ' | head -1 | sed 's/git-commit-hash = "\(.*\)"/\1/')
+ COMMIT_HASH=$(echo "$MANIFEST_CONTENT" | grep -A 50 '\[pkg.rust\]' | grep 'git_commit_hash = ' | head -1 | sed 's/git_commit_hash = "\(.*\)"/\1/')
42
43
if [ -z "$COMMIT_HASH" ]; then
44
echo "::error::Could not extract commit hash from manifest"
0 commit comments