From 77b3898f4b26cce477bbe41087a0095448fa9f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Tue, 13 Jun 2023 17:08:22 +0200 Subject: [PATCH] Fix regexp and abstract variable parts. --- src/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.ml b/src/actions.ml index fa12ed67..eb1a6f83 100644 --- a/src/actions.ml +++ b/src/actions.ml @@ -542,7 +542,7 @@ let trace_action ~repo_full_name trace = || test "fatal: unable to access .* Couldn't connect to server" || test "fatal: unable to access .* Could not resolve host" || test "Resolving .* failed: Temporary failure in name resolution" - || test "ERROR: unexpected status code [manifests latest]: 401 Unauthorized" + || test "unexpected status code .*: 401 Unauthorized" then Retry "Connectivity issue" else if test "fatal: reference is not a tree" then Ignore "Normal failure: pull request was force-pushed."