the others too
This commit is contained in:
parent
9e0bc3ce5f
commit
6547e083da
1 changed files with 2 additions and 0 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
@ -21,7 +21,9 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: ls -R
|
run: ls -R
|
||||||
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
|
- run: python get_context.py ${{ secrets.ACCESS_TOKEN }} mstdn.thms.uk 1 1
|
||||||
|
if: always()
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
Loading…
Reference in a new issue