From 2ee5331a50dba513256dc9f2c36a15330d5f47b0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 10 Oct 2024 19:15:31 -0400 Subject: [PATCH] Blub --- .forgejo/workflows/mirror-repository.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/mirror-repository.yml b/.forgejo/workflows/mirror-repository.yml index 24a05d7ea12d..175938756424 100644 --- a/.forgejo/workflows/mirror-repository.yml +++ b/.forgejo/workflows/mirror-repository.yml @@ -26,7 +26,7 @@ jobs: run: | git ls-remote $upstream "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > upstream_tags git ls-remote ${{ github.server_url}}/${{ github.repository }} "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > destination_tags - rm v30.5.2 > destination_tags + echo v30.5.2 > destination_tags cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u > missing_tags echo "Missing tags:" cat missing_tags