You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ! grep -q "$SHA" .github/actions/fetch-vectors/action.yml; then
45
45
echo "COMMIT_SHA=${SHA}" >> $GITHUB_OUTPUT
@@ -51,7 +51,7 @@ jobs:
51
51
run: |
52
52
set -xe
53
53
CURRENT_DATE=$(date "+%b %d, %Y")
54
-
sed -E -i "s/Latest commit on the wycheproof master branch.*/Latest commit on the wycheproof master branch, as of ${CURRENT_DATE}./" .github/actions/fetch-vectors/action.yml
54
+
sed -E -i "s/Latest commit on the wycheproof main branch.*/Latest commit on the wycheproof main branch, as of ${CURRENT_DATE}./" .github/actions/fetch-vectors/action.yml
0 commit comments