Fix tests
All checks were successful
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m15s
All checks were successful
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m15s
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user