diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 87b0295..4d1ef60 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -109,15 +109,15 @@ jobs: run: | P95=$(grep "95%" ${{ github.workspace }}/output.log | awk '{print $4, $5}') echo "p95=${P95}" | tee -a "$GITHUB_OUTPUT" - - uses: cloudposse/github-action-matrix-outputs-write@v1 - id: out - with: - matrix-step-name: ${{ github.job }} - matrix-key: ${{ matrix.response }}_${{ matrix.service }} - outputs: |- - has_error: ${{ steps.extract_has_error.error }} - rps: ${{ steps.extract_rps.error }} - p95: ${{ steps.extract_p95.error }} + - uses: cloudposse/github-action-matrix-outputs-write@v1 + id: out + with: + matrix-step-name: ${{ github.job }} + matrix-key: ${{ matrix.response }}_${{ matrix.service }} + outputs: |- + has_error: ${{ steps.extract_has_error.error }} + rps: ${{ steps.extract_rps.error }} + p95: ${{ steps.extract_p95.error }} read: runs-on: ubuntu-latest needs: [benchmark]