try this in a different way
This commit is contained in:
parent
f1dad28084
commit
9e18a47007
1 changed files with 4 additions and 1 deletions
5
.github/workflows/get_context.yml
vendored
5
.github/workflows/get_context.yml
vendored
|
@ -11,7 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: mastodon
|
environment: mastodon
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- run: |
|
||||||
|
curl -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
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
Loading…
Reference in a new issue