Skip to content

Commit

Permalink
chore: bug in nightly_detect_failure.yml (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Feb 6, 2025
1 parent 577d491 commit 95509b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_detect_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo "Creating tag nightly-testing-$version from the current state of the nightly-testing branch."
git tag nightly-testing-$version
git push origin nightly-testing-$version
fi
hash="$(git rev-parse "nightly-testing-${version}")"
printf 'SHA=%s\n' "${hash}" >> "${GITHUB_ENV}"
fi
else
echo "Error: The file lean-toolchain does not contain the expected pattern."
exit 1
Expand Down

0 comments on commit 95509b2

Please sign in to comment.