mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix RelativeCI format issues (#18194)
This commit is contained in:
parent
c5056eb4d2
commit
51a6376991
8
.github/workflows/relative-ci.yaml
vendored
8
.github/workflows/relative-ci.yaml
vendored
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user