From dc43424ddbd09720ba6fc6a4256b7800e8e1a361 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 10 Oct 2024 19:14:14 -0400 Subject: [PATCH] Do that again --- .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 12f9a2d8b4b..24a05d7ea12 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 - echo "" > destination_tags + rm v30.5.2 > destination_tags cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u > missing_tags echo "Missing tags:" cat missing_tags