1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-18 16:07:40 +01:00

Slug not needed for reactive ci (#18200)

This commit is contained in:
Bram Kragten
2023-10-12 17:00:29 +02:00
committed by GitHub
parent 4c94ac5dda
commit f8966a2114

View File

@@ -23,6 +23,5 @@ jobs:
with:
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
token: ${{ github.token }}
slug: ${{ format('home-assistant/{0}-{1}', matrix.bundle, matrix.build) }}
artifactName: ${{ format('{0}-bundle-stats', matrix.bundle) }}
webpackStatsFile: ${{ format('{0}-{1}.json', matrix.bundle, matrix.build) }}