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 6bbac0e commit c7d6897Copy full SHA for c7d6897
.github/workflows/cron.yaml
@@ -50,7 +50,11 @@ jobs:
50
name: commit-hashes.txt
51
path: previous-run-hashes.txt
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
- run-id: 11970926229
+ 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 }}
58
# - name: Check if run needed
59
# run: |
60
# if [ ! -f previous-run-hashes.txt ]; then
0 commit comments