Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: CI/CD GitHub action, unable to cache node_modules on deployment_status event #1000

Open
xcarpentier opened this issue Mar 22, 2024 · 0 comments

Comments

@xcarpentier
Copy link

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.

https://www.checklyhq.com/docs/cicd/github-actions/#running-on-deployment_status-events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant