Domas Lasauskas

Results 1 comments of Domas Lasauskas

As a workaround for the first example, you can set `cache` conditionally: ```yaml - uses: actions/setup-node@v2 with: cache: ${{ !env.ACT && 'npm' || '' }} ``` _Note:_ Empty string is...