Skip to content

Commit

Permalink
Update relative-ci.yaml (#18197)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Oct 12, 2023
1 parent 6686da1 commit 2c743b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
token: ${{ github.token }}
slug: ${{ format('{0}-{1}', matrix.bundle, matrix.build) }}
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) }}

0 comments on commit 2c743b7

Please sign in to comment.