Skip to content

Commit

Permalink
Fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 13, 2024
1 parent c5480d0 commit 8e1a3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
- name: Generate diff
run: |
diff -u outputdata/diff/${{ matrix.category }}_before.json outputdata/diff/${{ matrix.category }}_after.json > outputdata/diff/${{ matrix.category }}.diff || true
cat outputdata/diff/${{ matrix.entry.category }}.diff
cat outputdata/diff/${{ matrix.category }}.diff
- name: Upload diff
uses: actions/[email protected]
env:
CATEGORY: ${{ matrix.entry.category }}
CATEGORY: ${{ matrix.category }}
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit 8e1a3d2

Please sign in to comment.