Update get_context.yml
This commit is contained in:
parent
4ea3fcc99c
commit
8f435d9c4e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/get_context.yml
vendored
6
.github/workflows/get_context.yml
vendored
|
@ -19,12 +19,10 @@ jobs:
|
|||
name: artifacts
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
- run: python get_context.py mstdn.thms.uk 1 1
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
path: |
|
||||
artifacts
|
||||
artifacts
|
||||
|
|
Loading…
Reference in a new issue