mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: add shell
This commit is contained in:
1
.github/actions/cache-build/action.yml
vendored
1
.github/actions/cache-build/action.yml
vendored
@ -27,4 +27,5 @@ runs:
|
||||
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ env.key-3 }}
|
||||
|
||||
- run: npm run build
|
||||
shell: bash
|
||||
if: steps.production-build-cache.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user