From 366b51f67cde8ff3cb8453be5210a1bc8c202312 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Fri, 22 Nov 2024 10:51:01 +0000 Subject: [PATCH] ?? --- .github/workflows/cron.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 2f48e07..2bffe18 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -42,7 +42,9 @@ jobs: id: get_last_id run: | pip install requests - python utils/get.py | tee $GITHUB_OUTPUT + VAL=$(python utils/get.py) + echo $VAL + echo $VAL >> $GITHUB_OUTPUT - name: Download last run commit hashes continue-on-error: true uses: actions/download-artifact@v4