Skip to content

Commit

Permalink
I hate debugging like this
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent 2f6346c commit ff03396
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
python-version: 3.12
- name: Checkout ourselves
uses: actions/checkout@v4
with:
path: utils
- name: Stuff
id: get_last_id
run: |
ls -l
pip install requests
python get.py ${{ secrets.GITHUB_TOKEN }}
ls -l utils
python utils/get.py ${{ secrets.GITHUB_TOKEN }}
# echo "last_run_id=$((${{ github.run_id }} - 1))" >> $GITHUB_OUTPUT
# - name: Download last run commit hashes
# continue-on-error: true
Expand Down

0 comments on commit ff03396

Please sign in to comment.