ci: fix output of auto-analyze workflow (#2169)

This commit is contained in:
Stefan Dej 2025-04-21 12:33:14 +02:00 committed by GitHub
parent e7cb98237b
commit c6f1ddc3d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,3 +33,4 @@ jobs:
strip-hash: "\\b\\w{8}\\."
pattern: './dist/**/*.{js,css,html,json,woff2,svg,png}'
exclude: '{./dist/manifest.json,./dist/build.zip,**/*.map,**/node_modules/**}'
repo-token: '${{ secrets.PAT }}'