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
actions/setup-node should output cache details such as:
actions/setup-node
steps: - name: install NodeJs id: node uses: actions/setup-node@v3 with: cache: pnpm - name: use pnpm cache //<-- may be in another job uses: actions/cache with: path: ${{ step.node.outputs.path }} kay: ${{ step.node.outputs.kay }}
The text was updated successfully, but these errors were encountered:
Hello @sherif-amk 👋, 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
actions/setup-node
should output cache details such as:The text was updated successfully, but these errors were encountered: