You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the improvement or update you wish to see?
The actions/cache@v3 not working with deployment_status. Because of this: Warning: Event Validation Error: The event type deployment_status is not supported because it's not tied to a branch or tag ref.
Can you provide another way to cache the node_modules ?
Is there any context that might help us understand?
In a GitHub Action, when try to restore or cache node_modules following the code example.
Does the docs page already exist? Please link to it.
What is the improvement or update you wish to see?
The
actions/cache@v3
not working withdeployment_status
. Because of this:Warning: Event Validation Error: The event type deployment_status is not supported because it's not tied to a branch or tag ref.
Can you provide another way to cache the
node_modules
?Is there any context that might help us understand?
In a GitHub Action, when try to restore or cache node_modules following the code example.
Does the docs page already exist? Please link to it.
https://www.checklyhq.com/docs/cicd/github-actions/#running-on-deployment_status-events
The text was updated successfully, but these errors were encountered: