Merge branch 'shiruken-main'
# Conflicts: # .github/workflows/get_context.yml
This commit is contained in:
commit
1e7aafa6b2
1 changed files with 10 additions and 9 deletions
15
.github/workflows/get_context.yml
vendored
15
.github/workflows/get_context.yml
vendored
|
@ -11,12 +11,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
environment: mastodon
|
||||
steps:
|
||||
- name: Get latest release
|
||||
run: |
|
||||
curl --retry 20 -L -s https://api.github.com/repos/nanos/mastodon_get_replies/releases/latest | jq .zipball_url | xargs wget -O download.zip
|
||||
unzip -j download.zip
|
||||
mkdir artifacts
|
||||
ls -lR
|
||||
- name: Checkout original repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: nanos/FediFetcher
|
||||
fetch-depth: 0
|
||||
- name: Checkout latest release tag
|
||||
run: git checkout $(git describe --tags)
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
@ -39,7 +40,7 @@ jobs:
|
|||
name: artifacts
|
||||
path: |
|
||||
artifacts
|
||||
- name: Check out, so that we can keep the workflow alive
|
||||
- name: Checkout user's forked repository for keeping workflow alive
|
||||
uses: actions/checkout@v3
|
||||
- name: Keep workflow alive
|
||||
uses: gautamkrishnar/keepalive-workflow@v1
|
||||
|
|
Loading…
Reference in a new issue