Fix tests
All checks were successful
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m15s

This commit is contained in:
2025-11-22 16:07:26 +01:00
parent 4895885b28
commit 12898ef47e

View File

@@ -166,7 +166,7 @@ if [ -n "$NGINX_PR_NUM" ] && [ "$NGINX_PR_NUM" != "null" ]; then
# Verify Content
DIFF=$(curl -s -H "Authorization: token $RENOVATE_TOKEN" "$GITEA_API_URL/repos/$REPO_OWNER/$REPO_NAME/pulls/$NGINX_PR_NUM.diff")
if echo "$DIFF" | grep -q "nginx:1.29.3"; then
if echo "$DIFF" | grep -q "nginx:1.27.5"; then
echo "Content Verification: Nginx version update found in diff."
else
echo "Content Verification Failed: Nginx version update NOT found in diff."
@@ -184,7 +184,7 @@ if [ -n "$ACTIONS_PR_NUM" ] && [ "$ACTIONS_PR_NUM" != "null" ]; then
# Verify Content
DIFF=$(curl -s -H "Authorization: token $RENOVATE_TOKEN" "$GITEA_API_URL/repos/$REPO_OWNER/$REPO_NAME/pulls/$ACTIONS_PR_NUM.diff")
if echo "$DIFF" | grep -q "actions/checkout@v6"; then
if echo "$DIFF" | grep -q "actions/checkout@v4"; then
echo "Content Verification: Actions/Checkout version update found in diff."
else
echo "Content Verification Failed: Actions/Checkout version update NOT found in diff."