make sure we follow redirects

This commit is contained in:
nanos 2023-03-23 09:52:05 +00:00
parent 58c064db0f
commit ee045ab493

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout original repository - name: Checkout original repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: nanos/mastodon_get_replies repository: nanos/FediFetcher
fetch-depth: 0 fetch-depth: 0
- name: Checkout latest release tag - name: Checkout latest release tag
run: git checkout $(git describe --tags) run: git checkout $(git describe --tags)