mirror of
https://github.com/actions/cache.git
synced 2025-06-24 19:31:10 +02:00
Allow all events to access cache
This commit is contained in:
@ -12,9 +12,7 @@ async function run(): Promise<void> {
|
||||
utils.logWarning(
|
||||
`Event Validation Error: The event type ${
|
||||
process.env[Events.Key]
|
||||
} is not supported. Only ${utils
|
||||
.getSupportedEvents()
|
||||
.join(", ")} events are supported at this time.`
|
||||
} is not supported because it's not tied to a branch or tag ref.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user