Skip to content

Commit c7d6897

Browse files
committed
what
1 parent 6bbac0e commit c7d6897

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
@@ -50,7 +50,11 @@ jobs:
5050
name: commit-hashes.txt
5151
path: previous-run-hashes.txt
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
53-
run-id: 11970926229
53+
run-id: ${{ job.get_last_id.LAST_RUN_ID }}
54+
- name: Look at output
55+
run:
56+
echo "last id" ${{ job.get_last_id.LAST_RUN_ID }}
57+
echo "has id" ${{ job.get_last_id.HAS_LAST_ID }}
5458
# - name: Check if run needed
5559
# run: |
5660
# if [ ! -f previous-run-hashes.txt ]; then

0 commit comments

Comments
 (0)