From 123f7a7fa9b320092350fd0e8c5ce4b55a7364d2 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 6 Mar 2023 13:20:06 +0000 Subject: [PATCH] try again --- .github/workflows/get_context.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 5823ec5..ce7b8c5 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -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