Update action.yml

This commit is contained in:
Philip Korsholm
2021-10-21 14:16:25 +02:00
committed by GitHub
parent ac21142ba7
commit 2126a5e5d2

View File

@@ -17,7 +17,7 @@ jobs:
cache: 'yarn'
- name: Assert changed
run: ./scripts/assert-changed-files.sh "packages"
run: ./scripts/assert-changed-files-actions.sh "packages"
- name: Bootstrap packages
uses: ./.github/actions/cache-bootstrap