From 77b76897e5230585665e9b25500fd3a9c2f72f16 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Fri, 22 Nov 2024 10:41:44 +0000 Subject: [PATCH] No --- .github/workflows/cron.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index d96056d..c572532 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -42,10 +42,8 @@ jobs: id: get_last_id run: | pip install requests - python utils/get.py >> $GITHUB_OUTPUT + python utils/get.py | tee $GITHUB_OUTPUT - name: Download last run commit hashes - needs: get_last_id - if: ${{ fromJSON(job.get_last_id.HAS_RUN_ID) }} continue-on-error: true uses: actions/download-artifact@v4 with: