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
ci-github-nodejs/actions/setup-node/action.yml
Line 70 in b9f3275
- shell: bash run: ${{ steps.prepare-variables.outputs.install-command }} - if: inputs.dependencies-cache != '' uses: ./self-setup-node-action/dependencies-cache with: dependencies: ${{ inputs.dependencies-cache }} # FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684 - shell: bash if: always() run: | rm -fr ./self-setup-node-action
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ci-github-nodejs/actions/setup-node/action.yml
Line 70 in b9f3275
The text was updated successfully, but these errors were encountered: