try again
This commit is contained in:
parent
5bab0a8d94
commit
123f7a7fa9
1 changed files with 2 additions and 3 deletions
5
.github/workflows/get_context.yml
vendored
5
.github/workflows/get_context.yml
vendored
|
@ -19,13 +19,12 @@ jobs:
|
|||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
name: artifacts
|
||||
workflow: get_context.yml
|
||||
if_no_artifact_found: warn
|
||||
- name: Display structure of downloaded files
|
||||
if: always()
|
||||
run: ls -R
|
||||
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
|
||||
if: always()
|
||||
- name: Upload artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
|
|
Loading…
Reference in a new issue