Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent ee553c8 commit 366b51f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366b51f

Please sign in to comment.