More Fixes
This commit is contained in:
parent
e5eff12f79
commit
449e4358cf
|
@ -10,7 +10,7 @@ inputs:
|
||||||
build:
|
build:
|
||||||
description: 'Given a boolean or PNPM filter, runs the build command for monorepo project(s).'
|
description: 'Given a boolean or PNPM filter, runs the build command for monorepo project(s).'
|
||||||
default: false
|
default: false
|
||||||
defaults:
|
default:
|
||||||
run:
|
run:
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
runs:
|
runs:
|
||||||
|
@ -37,7 +37,7 @@ runs:
|
||||||
uses: 'actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84'
|
uses: 'actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84'
|
||||||
with:
|
with:
|
||||||
path: '~/.cache/composer/files'
|
path: '~/.cache/composer/files'
|
||||||
key: '${{ runner.os }}-composer-${{ hashFiles( "**/composer.lock" ) }}'
|
key: "${{ runner.os }}-composer-${{ hashFiles( '**/composer.lock' ) }}"
|
||||||
restore-keys: '${{ runner.os }}-composer-'
|
restore-keys: '${{ runner.os }}-composer-'
|
||||||
- name: 'Parse Project Filters'
|
- name: 'Parse Project Filters'
|
||||||
id: 'project-filters'
|
id: 'project-filters'
|
||||||
|
|
Loading…
Reference in New Issue