mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
feat: add support event type schedule
This commit is contained in:
parent
60e292adf7
commit
b94f90d18f
4 changed files with 9 additions and 4 deletions
|
@ -16,5 +16,6 @@ export enum State {
|
|||
export enum Events {
|
||||
Key = "GITHUB_EVENT_NAME",
|
||||
Push = "push",
|
||||
PullRequest = "pull_request"
|
||||
PullRequest = "pull_request",
|
||||
Schedule = "schedule"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue