Skip to content

Commit ff03396

Browse files
committed
I hate debugging like this
1 parent 2f6346c commit ff03396

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cron.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ jobs:
3636
python-version: 3.12
3737
- name: Checkout ourselves
3838
uses: actions/checkout@v4
39+
with:
40+
path: utils
3941
- name: Stuff
4042
id: get_last_id
4143
run: |
44+
ls -l
4245
pip install requests
43-
python get.py ${{ secrets.GITHUB_TOKEN }}
46+
ls -l utils
47+
python utils/get.py ${{ secrets.GITHUB_TOKEN }}
4448
# echo "last_run_id=$((${{ github.run_id }} - 1))" >> $GITHUB_OUTPUT
4549
# - name: Download last run commit hashes
4650
# continue-on-error: true

0 commit comments

Comments
 (0)