diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0a83c1b..caa3d5c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: curl -sL https://github.com/opennomad/systab \ | grep -oP 'https://camo\.githubusercontent\.com/[^"]+' \ | sort -u \ - | xargs -I{} curl -sX PURGE '{}' + | xargs -r -I{} curl -sX PURGE '{}' || true