chore: revert digicert changes (#2946)

* Revert "chore: collect key locker logs (#2945)"

This reverts commit 935be1c019.

* Revert "chore: fix signing algorithms (#2944)"

This reverts commit 0bcac5e387.

* Revert "chore: add Signing Manager health checks before certificate sign (#2943)"

This reverts commit 184d4008cf.
This commit is contained in:
Karol Sójko
2025-10-16 15:39:51 +02:00
committed by GitHub
parent 935be1c019
commit 00f951451f
3 changed files with 3 additions and 35 deletions

View File

@@ -23,4 +23,4 @@ runs:
RELEASE_NOTES="${RELEASE_NOTES//'%'/'%25'}"
RELEASE_NOTES="${RELEASE_NOTES//$'\n'/'%0A'}"
RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}"
{ echo 'result<<EOF'; printf '%s\n' "$RELEASE_NOTES"; echo 'EOF'; } >> "$GITHUB_OUTPUT"
echo "::set-output name=result::$RELEASE_NOTES"