There was an error while loading. Please reload this page.
1 parent 58907a7 commit c9a2a51Copy full SHA for c9a2a51
1 file changed
.github/actions/setup-nx-remote-cache/action.yml
@@ -31,7 +31,7 @@ runs:
31
- run: echo AZURE_STORAGE_CONNECTION_STRING='${{ inputs.read-write-azure-connection-string }}' >> $GITHUB_ENV
32
shell: bash
33
name: Set AZURE_STORAGE_CONNECTION_STRING
34
- if: ${{ inputs.event-name == 'push' && inputs.cache-mode != 'read-write' }}
+ if: ${{ inputs.event-name == 'push' && inputs.cache-mode == 'read-write' }}
35
36
- run: echo AZURE_STORAGE_CONNECTION_STRING='${{ inputs.read-only-azure-connection-string }}' >> $GITHUB_ENV
37
0 commit comments