Skip to content

Commit 8b9b1f4

Browse files
committed
Yes?
1 parent 689d836 commit 8b9b1f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cron.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# name: commit-hashes.txt
3131
# path: commit-hashes.txt
3232
- name: Get last run id
33+
id: get_last_id
3334
run: |
3435
echo $((${{ github.run_id }} - 1)) >> $GITHUB_OUTPUT
3536
- name: Download last run commit hashes
@@ -39,4 +40,4 @@ jobs:
3940
path: previous-run-hashes.txt
4041
github-token: ${{ secrets.GITHUB_TOKEN }}
4142
# Previous run
42-
run-id: ${{ outputs.output1 }}
43+
run-id: ${{ job.get_last_id.output1 }}

0 commit comments

Comments
 (0)