Skip to content

Commit

Permalink
Closer
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 20, 2024
1 parent 8b9b1f4 commit d96d815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Get last run id
id: get_last_id
run: |
echo $((${{ github.run_id }} - 1)) >> $GITHUB_OUTPUT
echo "last_run_id=$((${{ github.run_id }} - 1))" >> $GITHUB_OUTPUT
- name: Download last run commit hashes
uses: actions/download-artifact@v4
with:
name: commit-hashes.txt
path: previous-run-hashes.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
# Previous run
run-id: ${{ job.get_last_id.output1 }}
run-id: ${{ job.get_last_id.last_run_id }}

0 comments on commit d96d815

Please sign in to comment.