Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent 6bbac0e commit c7d6897
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 @@ -50,7 +50,11 @@ jobs:
name: commit-hashes.txt
path: previous-run-hashes.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: 11970926229
run-id: ${{ job.get_last_id.LAST_RUN_ID }}
- name: Look at output
run:
echo "last id" ${{ job.get_last_id.LAST_RUN_ID }}
echo "has id" ${{ job.get_last_id.HAS_LAST_ID }}
# - name: Check if run needed
# run: |
# if [ ! -f previous-run-hashes.txt ]; then
Expand Down

0 comments on commit c7d6897

Please sign in to comment.