diff --git a/.github/workflows/block_rules.yml b/.github/workflows/block_rules.yml index e0a8581f..1e5345e7 100644 --- a/.github/workflows/block_rules.yml +++ b/.github/workflows/block_rules.yml @@ -16,16 +16,16 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 20 - name: Install dependencies run: npm install - name: Generate block rules - run: node .github\workflows\generateBlockRules.js > src\rules.json + run: node ./.github/workflows/generateBlockRules.js > src/rules.json - name: Run Prettier - run: npx prettier --write .\src\rules.json + run: npx prettier --write ./src/rules.json - name: Check for changes id: git-diff @@ -38,6 +38,8 @@ jobs: commit-message: Update block rules for Manifest V3 branch: update-block-rules title: Update manifest V3 block rules + add-paths: | + src/rules.json body: | This pull request updates the block rules based on the latest changes. Files changed: