We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf8919 commit c53b819Copy full SHA for c53b819
1 file changed
.github/actions/setup-pnpm-store-cache/action.yml
@@ -39,6 +39,7 @@ runs:
39
- name: Setup pnpm (corepack retry)
40
shell: bash
41
env:
42
+ COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
43
PNPM_VERSION: ${{ inputs.pnpm-version }}
44
run: |
45
set -euo pipefail
0 commit comments