diff --git a/.github/workflows/relative-ci.yaml b/.github/workflows/relative-ci.yaml index 3ccade78bbd1..5997fb28ea47 100644 --- a/.github/workflows/relative-ci.yaml +++ b/.github/workflows/relative-ci.yaml @@ -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) }}