From ee045ab493bf08be95d40ae4ae7d89d76ffb22e7 Mon Sep 17 00:00:00 2001 From: nanos Date: Thu, 23 Mar 2023 09:52:05 +0000 Subject: [PATCH] make sure we follow redirects --- .github/workflows/get_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index db44a08..6eaae8e 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout original repository uses: actions/checkout@v3 with: - repository: nanos/mastodon_get_replies + repository: nanos/FediFetcher fetch-depth: 0 - name: Checkout latest release tag run: git checkout $(git describe --tags)