Skip to content

Conversation

aparnajyothi-y
Copy link
Owner

Description:
This PR updates the cache lookup logic to log a warning instead of throwing an error when a cache folder path is not found on disk.

Previously: action failed with Error: Cache folder path ... doesn't exist.

Now: action logs a warning via core.warning() and continues execution.

Motivation: In many cases, missing cache simply means there are no dependencies to cache, which should not fail the workflow.

This improves developer experience by preventing unnecessary workflow failures while still surfacing useful diagnostic information.

Related issue:
#436

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants