diff --git a/.github/workflows/end_to_end.yml b/.github/workflows/end_to_end.yml index f822bfed71..25d918857a 100644 --- a/.github/workflows/end_to_end.yml +++ b/.github/workflows/end_to_end.yml @@ -105,10 +105,13 @@ jobs: bash ./scripts/queue_runner.sh --exclude-master $queue env: OUTPUT_BASE: ${{ github.sha }} + - name: Extract ID from JSON + id: extract-id + run: echo "feed_id=$(echo '${{ matrix.data }}' | jq -r '.id')" >> $GITHUB_ENV - name: Persist reports uses: actions/upload-artifact@v4 with: - name: reports_snapshot_${{ matrix.data.id }} + name: reports_snapshot_${{ env.feed_id }} path: ${{ github.sha }}/output merge-reports-artifacts: runs-on: ubuntu-latest