diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 08a0c3c412..a330a3a6e4 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -51,7 +51,7 @@ jobs: uses: matmair/inventree/.github/actions/setup@ci-updates with: npm: true - update: true + install: true - name: Check Templated Files run: | cd ci @@ -72,7 +72,7 @@ jobs: uses: matmair/inventree/.github/actions/setup@ci-updates with: npm: true - update: true + install: true - name: Check HTML Files run: npx markuplint **/templates/*.html