make sure we follow redirects
This commit is contained in:
parent
58c064db0f
commit
ee045ab493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue