Skip to content

Commit

Permalink
Update update-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagehou authored Mar 19, 2024
1 parent d34940f commit 954ebc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Compare Commit Hash
id: cacheHash
uses: actions/cache@latest
uses: actions/cache@v4
with:
path: .commitHash
key: HEAD-${{ steps.getHash.outputs.commitHash }}
Expand All @@ -46,13 +46,13 @@ jobs:
- name: Trigger build
if: steps.cacheHash.outputs.cache-hit != 'true'
uses: peter-evans/repository-dispatch@latest
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.ACTIONS_TRIGGER_PAT }}
event-type: Source Code Update

- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@latest
uses: Mattraks/delete-workflow-runs@v2
with:
retain_days: 1
keep_minimum_runs: 1

0 comments on commit 954ebc6

Please sign in to comment.