Skip to content

Commit

Permalink
Fix cleanup example to use pull_request_target trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 29, 2024
1 parent 131916e commit 21533d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ This example workflow uses `gh-actions-cache` to delete up to 100 caches created
```yaml
name: cleanup caches by a branch
on:
pull_request:
pull_request_target:
types:
- closed
Expand Down

0 comments on commit 21533d5

Please sign in to comment.