We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6346c commit ff03396Copy full SHA for ff03396
.github/workflows/cron.yaml
@@ -36,11 +36,15 @@ jobs:
36
python-version: 3.12
37
- name: Checkout ourselves
38
uses: actions/checkout@v4
39
+ with:
40
+ path: utils
41
- name: Stuff
42
id: get_last_id
43
run: |
44
+ ls -l
45
pip install requests
- python get.py ${{ secrets.GITHUB_TOKEN }}
46
+ ls -l utils
47
+ python utils/get.py ${{ secrets.GITHUB_TOKEN }}
48
# echo "last_run_id=$((${{ github.run_id }} - 1))" >> $GITHUB_OUTPUT
49
# - name: Download last run commit hashes
50
# continue-on-error: true
0 commit comments