We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Please allow to configure cache scope, example:
- name: "Setup Java" uses: actions/setup-java@v4 with: distribution: "temurin" java-version: "17" cache: "gradle" cache-from: type=gha,scope=global cache-to: type=gha,mode=max,scope=global
Justification: I have a workflow that run only on tags, without specifying scope the cache is never restored since every tag have a separate cache.
The text was updated successfully, but these errors were encountered:
Hello @ale5000-git 👋, Thank you for this feature request. We will investigate it and get back to you as soon as we have some feedback.
Sorry, something went wrong.
No branches or pull requests
Description:
Please allow to configure cache scope, example:
Justification:
I have a workflow that run only on tags, without specifying scope the cache is never restored since every tag have a separate cache.
The text was updated successfully, but these errors were encountered: