Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2023-01-21 19:14:49 +03:00
parent 414be9161f
commit 73222a72f9

View File

@@ -24,7 +24,7 @@ jobs:
with:
name: database
path: scripts/database
- run: npm run db:matrix >> $GITHUB_OUTPUT
- run: npm run db:matrix --silent >> $GITHUB_OUTPUT
id: create-matrix
outputs:
matrix: ${{ steps.create-matrix.outputs.MATRIX }}