Fix RelativeCI format issues (#18194)

This commit is contained in:
Simon Lamon 2023-10-12 12:35:11 +02:00 committed by GitHub
parent c5056eb4d2
commit 51a6376991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) }}