mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 09:18:34 +01:00
Fix RelativeCI format issues (#18194)
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
||||
- name: Send bundle stats and build information to RelativeCI
|
||||
uses: relative-ci/agent-action@v2.1.8
|
||||
with:
|
||||
key: ${{ secrets[format('RELATIVE_CI_KEY_{1}_{2}', matrix.bundle, matrix.build)] }}
|
||||
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
|
||||
token: ${{ github.token }}
|
||||
slug: ${{ format('{1}-{2}', matrix.bundle, matrix.build) }}
|
||||
artifactName: ${{ format('{1}-bundle-stats', matrix.bundle) }}
|
||||
artifactWebpackStatsFile: ${{ format('{1}-{2}.json', matrix.bundle, matrix.build) }}
|
||||
slug: ${{ format('{0}-{1}', matrix.bundle, matrix.build) }}
|
||||
artifactName: ${{ format('{0}-bundle-stats', matrix.bundle) }}
|
||||
artifactWebpackStatsFile: ${{ format('{0}-{1}.json', matrix.bundle, matrix.build) }}
|
||||
|
||||
Reference in New Issue
Block a user